#FBCCDC

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

Shades of Pink Lace #FBCCDC

Tints of Pink Lace #FBCCDC

Color information

#FBCCDC (or 0xFBCCDC) is unknown color: approx Pink Lace. HEX triplet: FB, CC and DC. RGB value is (251,204,220). Sum of RGB (Red+Green+Blue) = 251+204+220=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 204 (80.08% from 255 or 30.22% from 675); Blue value is 220 (86.33% from 255 or 32.59% from 675); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCDC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCDC is #043323. Grayscale: #DBDBDB. Windows color (decimal): -275236 or 14470395. OLE color: 14470395.

HSL color Cylindrical-coordinate representation of color #FBCCDC: hue angle of 339.57º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCDC is Cyan = 0, Magento = 0.19, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB251204220-
CMYK00.190.120.02
HSL339.57º85.45%89.22%-
HSV(B)339.57º18.73%98.43%-
XYZ74.2968.8677.09-
YUV219.88128.07150.2-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.19%
GREEN value IS 204 (80.08% from 255) = 30.22%
BLUE value IS 220 (86.33% from 255) = 32.59%
R=37.19%
G=30.22%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120422000.190.120.02339.5785.4589.22
HexFBCCDC013C21545559
Octal373314334023142524125131
Binary11111011110011001101110001001111001010101010010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCCDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCCDC; }

 p { color: rgb(251,204,220); }

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

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

 a { background-color: rgb(251,204,220); }

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

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

 span { border-color: rgb(251,204,220); }

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