#FDCAC4

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

Shades of Your Pink #FDCAC4

Tints of Your Pink #FDCAC4

Color information

#FDCAC4 (or 0xFDCAC4) is unknown color: approx Your Pink. HEX triplet: FD, CA and C4. RGB value is (253,202,196). Sum of RGB (Red+Green+Blue) = 253+202+196=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 202 (79.30% from 255 or 31.03% from 651); Blue value is 196 (76.95% from 255 or 30.11% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCAC4 is #02353B. Grayscale: #D8D8D8. Windows color (decimal): -144700 or 12897021. OLE color: 12897021.

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

Color convert

RGB253202196-
CMYK00.200.230.01
HSL6.32º93.44%88.04%-
HSV(B)6.32º22.53%99.22%-
XYZ71.5967.1161.4-
YUV216.56116.4153.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 202 (79.30% from 255) = 31.03%
BLUE value IS 196 (76.95% from 255) = 30.11%
R=38.86%
G=31.03%
B=30.11%

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
Decimal25320219600.200.230.016.3293.4488.04
HexFDCAC401417165d58
Octal3753123040242716135130
Binary11111101110010101100010001010010111111010111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCAC4; }

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

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

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

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

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

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

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

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