#FDA5C3

Color #FDA5C3 Carnation Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carnation Pink #FDA5C3

Tints of Carnation Pink #FDA5C3

Color information

#FDA5C3 (or 0xFDA5C3) is unknown color: approx Carnation Pink. HEX triplet: FD, A5 and C3. RGB value is (253,165,195). Sum of RGB (Red+Green+Blue) = 253+165+195=613 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.27% from 613); Green value is 165 (64.84% from 255 or 26.92% from 613); Blue value is 195 (76.56% from 255 or 31.81% from 613); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5C3 is #025A3C. Grayscale: #C2C2C2. Windows color (decimal): -154173 or 12822013. OLE color: 12822013.

HSL color Cylindrical-coordinate representation of color #FDA5C3: hue angle of 339.55º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA5C3 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253165195-
CMYK00.350.230.01
HSL339.55º95.65%81.96%-
HSV(B)339.55º34.78%99.22%-
XYZ63.8151.7358.25-
YUV194.73128.15169.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 253 (99.22% from 255) = 41.27%
GREEN value IS 165 (64.84% from 255) = 26.92%
BLUE value IS 195 (76.56% from 255) = 31.81%
R=41.27%
G=26.92%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316519500.350.230.01339.5595.6581.96
HexFDA5C30231711546052
Octal375245303043271524140122
Binary111111011010010111000011010001110111110101010011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA5C3; }

 p { color: rgb(253,165,195); }

 H1.HeaderClassName
 {
   color: #FDA5C3;
 }
 .AnyTagClassName
 {
   color: #FDA5C3;
 }
</style>
background-color css

<style>
 a { background-color: #FDA5C3; }

 a { background-color: rgb(253,165,195); }

 div.DivClassName
 {
   background-color: #FDA5C3;
 }
 .BgClassName
 {
   background-color: #FDA5C3;
 }
</style>
border-color css

<style>
 span { border-color: #FDA5C3; }

 span { border-color: rgb(253,165,195); }

 td.TdClassName
 {
   border-color: #FDA5C3;
 }
 .TagClassName
 {
   border-color: #FDA5C3;
 }
</style>