#FCCAB8

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

Shades of Your Pink #FCCAB8

Tints of Your Pink #FCCAB8

Color information

#FCCAB8 (or 0xFCCAB8) is unknown color: approx Your Pink. HEX triplet: FC, CA and B8. RGB value is (252,202,184). Sum of RGB (Red+Green+Blue) = 252+202+184=638 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.50% from 638); Green value is 202 (79.30% from 255 or 31.66% from 638); Blue value is 184 (72.27% from 255 or 28.84% from 638); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB8 is #033547. Grayscale: #D7D7D7. Windows color (decimal): -210248 or 12110588. OLE color: 12110588.

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

Color convert

RGB252202184-
CMYK00.200.270.01
HSL15.88º91.89%85.49%-
HSV(B)15.88º26.98%98.82%-
XYZ69.9266.454.48-
YUV214.9110.56154.46-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.50%
GREEN value IS 202 (79.30% from 255) = 31.66%
BLUE value IS 184 (72.27% from 255) = 28.84%
R=39.50%
G=31.66%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220218400.200.270.0115.8891.8985.49
HexFCCAB80141B1105c55
Octal37431227002433120134125
Binary1111110011001010101110000101001101111000010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAB8; }

 p { color: rgb(252,202,184); }

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

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

 a { background-color: rgb(252,202,184); }

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

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

 span { border-color: rgb(252,202,184); }

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