#FDCAC3

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

Shades of Your Pink #FDCAC3

Tints of Your Pink #FDCAC3

Color information

#FDCAC3 (or 0xFDCAC3) is unknown color: approx Your Pink. HEX triplet: FD, CA and C3. RGB value is (253,202,195). Sum of RGB (Red+Green+Blue) = 253+202+195=650 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.92% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 195 (76.56% from 255 or 30% from 650); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC3 is #02353C. Grayscale: #D8D8D8. Windows color (decimal): -144701 or 12831485. OLE color: 12831485.

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

Color convert

RGB253202195-
CMYK00.200.230.01
HSL7.24º93.55%87.84%-
HSV(B)7.24º22.92%99.22%-
XYZ71.4867.0660.81-
YUV216.45115.9154.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.92%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 195 (76.56% from 255) = 30%
R=38.92%
G=31.08%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320219500.200.230.017.2493.5587.84
HexFDCAC301417175e58
Octal3753123030242717136130
Binary11111101110010101100001101010010111111110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAC3; }

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

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

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

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

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

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

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

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