#FFCBD4

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

Shades of Pink Lace #FFCBD4

Tints of Pink Lace #FFCBD4

Color information

#FFCBD4 (or 0xFFCBD4) is unknown color: approx Pink Lace. HEX triplet: FF, CB and D4. RGB value is (255,203,212). Sum of RGB (Red+Green+Blue) = 255+203+212=670 (88% of max value = 765). Red value is 255 (100% from 255 or 38.06% from 670); Green value is 203 (79.69% from 255 or 30.30% from 670); Blue value is 212 (83.20% from 255 or 31.64% from 670); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBD4 is #00342B. Grayscale: #DBDBDB. Windows color (decimal): -13356 or 13945855. OLE color: 13945855.

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

Color convert

RGB255203212-
CMYK00.200.170
HSL349.62º100%89.8%-
HSV(B)349.62º20.39%100%-
XYZ74.4868.7371.63-
YUV219.57123.73153.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.06%
GREEN value IS 203 (79.69% from 255) = 30.30%
BLUE value IS 212 (83.20% from 255) = 31.64%
R=38.06%
G=30.30%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520321200.200.170349.6210089.8
HexFFCBD401411015e645a
Octal377313324024210536144132
Binary11111111110010111101010001010010001010101111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFCBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFCBD4; }

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

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

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

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

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

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

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

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