#FFCBD9

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

Shades of Pink Lace #FFCBD9

Tints of Pink Lace #FFCBD9

Color information

#FFCBD9 (or 0xFFCBD9) is unknown color: approx Pink Lace. HEX triplet: FF, CB and D9. RGB value is (255,203,217). Sum of RGB (Red+Green+Blue) = 255+203+217=675 (89% of max value = 765). Red value is 255 (100% from 255 or 37.78% from 675); Green value is 203 (79.69% from 255 or 30.07% from 675); Blue value is 217 (85.16% from 255 or 32.15% from 675); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD9 is #003426. Grayscale: #DCDCDC. Windows color (decimal): -13351 or 14273535. OLE color: 14273535.

HSL color Cylindrical-coordinate representation of color #FFCBD9: hue angle of 343.85º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBD9 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB255203217-
CMYK00.200.150
HSL343.85º100%89.8%-
HSV(B)343.85º20.39%100%-
XYZ75.1268.9875-
YUV220.14126.23152.86-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.78%
GREEN value IS 203 (79.69% from 255) = 30.07%
BLUE value IS 217 (85.16% from 255) = 32.15%
R=37.78%
G=30.07%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520321700.200.150343.8510089.8
HexFFCBD9014F0158645a
Octal377313331024170530144132
Binary1111111111001011110110010101001111010101100011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBD9; }

 p { color: rgb(255,203,217); }

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

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

 a { background-color: rgb(255,203,217); }

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

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

 span { border-color: rgb(255,203,217); }

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