#FCCBBD

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

Shades of Your Pink #FCCBBD

Tints of Your Pink #FCCBBD

Color information

#FCCBBD (or 0xFCCBBD) is unknown color: approx Your Pink. HEX triplet: FC, CB and BD. RGB value is (252,203,189). Sum of RGB (Red+Green+Blue) = 252+203+189=644 (85% of max value = 765). Red value is 252 (98.83% from 255 or 39.13% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCBBD is #033442. Grayscale: #D8D8D8. Windows color (decimal): -209987 or 12438524. OLE color: 12438524.

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

Color convert

RGB252203189-
CMYK00.190.250.01
HSL13.33º91.3%86.47%-
HSV(B)13.33º25%98.82%-
XYZ70.6967.0857.37-
YUV216.05112.73153.64-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.13%
GREEN value IS 203 (79.69% from 255) = 31.52%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=39.13%
G=31.52%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220318900.190.250.0113.3391.386.47
HexFCCBBD013191d5b56
Octal37431327502331115133126
Binary111111001100101110111101010011110011110110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCBBD; }

 p { color: rgb(252,203,189); }

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

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

 a { background-color: rgb(252,203,189); }

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

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

 span { border-color: rgb(252,203,189); }

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