#FDCAC2

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

Shades of Your Pink #FDCAC2

Tints of Your Pink #FDCAC2

Color information

#FDCAC2 (or 0xFDCAC2) is unknown color: approx Your Pink. HEX triplet: FD, CA and C2. RGB value is (253,202,194). Sum of RGB (Red+Green+Blue) = 253+202+194=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 194 (76.17% from 255 or 29.89% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC2 is #02353D. Grayscale: #D8D8D8. Windows color (decimal): -144702 or 12765949. OLE color: 12765949.

HSL color Cylindrical-coordinate representation of color #FDCAC2: hue angle of 8.14º 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 #FDCAC2 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB253202194-
CMYK00.200.230.01
HSL8.14º93.65%87.65%-
HSV(B)8.14º23.32%99.22%-
XYZ71.3767.0260.21-
YUV216.34115.4154.15-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 194 (76.17% from 255) = 29.89%
R=38.98%
G=31.12%
B=29.89%

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
Decimal25320219400.200.230.018.1493.6587.65
HexFDCAC201417185e58
Octal37531230202427110136130
Binary111111011100101011000010010100101111100010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAC2; }

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

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

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

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

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

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

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

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