#FBCBD5

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

Shades of Pink Lace #FBCBD5

Tints of Pink Lace #FBCBD5

Color information

#FBCBD5 (or 0xFBCBD5) is unknown color: approx Pink Lace. HEX triplet: FB, CB and D5. RGB value is (251,203,213). Sum of RGB (Red+Green+Blue) = 251+203+213=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 203 (79.69% from 255 or 30.43% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBD5 is #04342A. Grayscale: #DADADA. Windows color (decimal): -275499 or 14011387. OLE color: 14011387.

HSL color Cylindrical-coordinate representation of color #FBCBD5: hue angle of 347.5º degrees, saturation: 0.86, 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 #FBCBD5 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB251203213-
CMYK00.190.150.02
HSL347.5º85.71%89.02%-
HSV(B)347.5º19.12%98.43%-
XYZ73.1568.0372.23-
YUV218.49124.9151.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.63%
GREEN value IS 203 (79.69% from 255) = 30.43%
BLUE value IS 213 (83.59% from 255) = 31.93%
R=37.63%
G=30.43%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120321300.190.150.02347.585.7189.02
HexFBCBD5013F215c5659
Octal373313325023172534126131
Binary11111011110010111101010101001111111010101110010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBD5; }

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

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

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

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

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

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

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

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