#FFCBD5

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

Shades of Pink Lace #FFCBD5

Tints of Pink Lace #FFCBD5

Color information

#FFCBD5 (or 0xFFCBD5) is unknown color: approx Pink Lace. HEX triplet: FF, CB and D5. RGB value is (255,203,213). Sum of RGB (Red+Green+Blue) = 255+203+213=671 (88% of max value = 765). Red value is 255 (100% from 255 or 38.00% from 671); Green value is 203 (79.69% from 255 or 30.25% from 671); Blue value is 213 (83.59% from 255 or 31.74% from 671); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD5 is #00342A. Grayscale: #DBDBDB. Windows color (decimal): -13355 or 14011391. OLE color: 14011391.

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

Color convert

RGB255203213-
CMYK00.200.160
HSL348.46º100%89.8%-
HSV(B)348.46º20.39%100%-
XYZ74.6168.7872.29-
YUV219.69124.23153.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.00%
GREEN value IS 203 (79.69% from 255) = 30.25%
BLUE value IS 213 (83.59% from 255) = 31.74%
R=38.00%
G=30.25%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520321300.200.160348.4610089.8
HexFFCBD501410015c645a
Octal377313325024200534144132
Binary11111111110010111101010101010010000010101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBD5; }

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

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

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

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

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

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

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

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