#FFCBD7

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

Shades of Pink Lace #FFCBD7

Tints of Pink Lace #FFCBD7

Color information

#FFCBD7 (or 0xFFCBD7) is unknown color: approx Pink Lace. HEX triplet: FF, CB and D7. RGB value is (255,203,215). Sum of RGB (Red+Green+Blue) = 255+203+215=673 (89% of max value = 765). Red value is 255 (100% from 255 or 37.89% from 673); Green value is 203 (79.69% from 255 or 30.16% from 673); Blue value is 215 (84.38% from 255 or 31.95% from 673); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD7 is #003428. Grayscale: #DBDBDB. Windows color (decimal): -13353 or 14142463. OLE color: 14142463.

HSL color Cylindrical-coordinate representation of color #FFCBD7: hue angle of 346.15º 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 #FFCBD7 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB255203215-
CMYK00.200.160
HSL346.15º100%89.8%-
HSV(B)346.15º20.39%100%-
XYZ74.8668.8873.64-
YUV219.92125.23153.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 37.89%
GREEN value IS 203 (79.69% from 255) = 30.16%
BLUE value IS 215 (84.38% from 255) = 31.95%
R=37.89%
G=30.16%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520321500.200.160346.1510089.8
HexFFCBD701410015a645a
Octal377313327024200532144132
Binary11111111110010111101011101010010000010101101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBD7; }

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

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

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

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

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

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

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

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