#FBCBDA

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

Shades of Pink Lace #FBCBDA

Tints of Pink Lace #FBCBDA

Color information

#FBCBDA (or 0xFBCBDA) is unknown color: approx Pink Lace. HEX triplet: FB, CB and DA. RGB value is (251,203,218). Sum of RGB (Red+Green+Blue) = 251+203+218=672 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.35% from 672); Green value is 203 (79.69% from 255 or 30.21% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBDA is #043425. Grayscale: #DBDBDB. Windows color (decimal): -275494 or 14339067. OLE color: 14339067.

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

Color convert

RGB251203218-
CMYK00.190.130.02
HSL341.25º85.71%89.02%-
HSV(B)341.25º19.12%98.43%-
XYZ73.7968.2875.62-
YUV219.06127.4150.78-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 37.35%
GREEN value IS 203 (79.69% from 255) = 30.21%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=37.35%
G=30.21%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25120321800.190.130.02341.2585.7189.02
HexFBCBDA013D21555659
Octal373313332023152525126131
Binary11111011110010111101101001001111011010101010110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBCBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBCBDA; }

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

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

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

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

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

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

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

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