#FDCABE

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

Shades of Your Pink #FDCABE

Tints of Your Pink #FDCABE

Color information

#FDCABE (or 0xFDCABE) is unknown color: approx Your Pink. HEX triplet: FD, CA and BE. RGB value is (253,202,190). Sum of RGB (Red+Green+Blue) = 253+202+190=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCABE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDCABE is #023541. Grayscale: #D7D7D7. Windows color (decimal): -144706 or 12503805. OLE color: 12503805.

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

Color convert

RGB253202190-
CMYK00.200.250.01
HSL11.43º94.03%86.86%-
HSV(B)11.43º24.9%99.22%-
XYZ70.9266.8457.88-
YUV215.88113.4154.48-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 39.22%
GREEN value IS 202 (79.30% from 255) = 31.32%
BLUE value IS 190 (74.61% from 255) = 29.46%
R=39.22%
G=31.32%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320219000.200.250.0111.4394.0386.86
HexFDCABE014191b5e57
Octal37531227602431113136127
Binary111111011100101010111110010100110011101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCABE; }

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

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

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

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

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

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

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

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