#FCCAB9

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

Shades of Your Pink #FCCAB9

Tints of Your Pink #FCCAB9

Color information

#FCCAB9 (or 0xFCCAB9) is unknown color: approx Your Pink. HEX triplet: FC, CA and B9. RGB value is (252,202,185). Sum of RGB (Red+Green+Blue) = 252+202+185=639 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.44% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 185 (72.66% from 255 or 28.95% from 639); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCAB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCAB9 is #033546. Grayscale: #D7D7D7. Windows color (decimal): -210247 or 12176124. OLE color: 12176124.

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

Color convert

RGB252202185-
CMYK00.200.270.01
HSL15.22º91.78%85.69%-
HSV(B)15.22º26.59%98.82%-
XYZ70.0266.4455.03-
YUV215.01111.06154.38-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.44%
GREEN value IS 202 (79.30% from 255) = 31.61%
BLUE value IS 185 (72.66% from 255) = 28.95%
R=39.44%
G=31.61%
B=28.95%

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
Decimal25220218500.200.270.0115.2291.7885.69
HexFCCAB90141B1f5c56
Octal37431227102433117134126
Binary111111001100101010111001010100110111111110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCAB9; }

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

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

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

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

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

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

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

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