Html Css Color HEX #FBC8D9 Pink Lace

📋 copy color: '#FBC8D9'

red 251 ◦ green 200 ◦ blue 217

#FBC8D9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #FBC8D9

Tints of Pink Lace #FBC8D9

RGB

 RED value IS 251 (98.44% from 255) = 37.57%

 GREEN value IS 200 (78.52% from 255) = 29.94%

 BLUE value IS 217 (85.16% from 255) = 32.49%

R = 37.57%
G = 29.94%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.02

RGB Variations

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

Color information

#FBC8D9 (or 0xFBC8D9) is known color: Pink Lace. HEX triplet: FB, C8 and D9. RGB value is (251,200,217). Sum of RGB (Red+Green+Blue) = 251+200+217=668 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.57% from 668); Green value is 200 (78.52% from 255 or 29.94% from 668); Blue value is 217 (85.16% from 255 or 32.49% from 668); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8D9 is #043726. Grayscale: #D9D9D9. Windows color (decimal): -276263 or 14272763. OLE color: 14272763.

HSL color Cylindrical-coordinate representation of color #FBC8D9: hue angle of 340º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8D9 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 200 217 -
CMYK 0 0.20 0.14 0.02
HSL 340º 0.86% 0.88% -
HSV(B) 340º 0.2% 0.98% -
XYZ 72.96 66.83 74.7 -
YUV 217.19 127.9 152.12 -
System Red Green Blue C M Y K H S L
Decimal 251 200 217 0 0.20 0.14 0.02 340 0.86 0.88
Hex FB C8 D9 0 14 E 2 154 56 58
Octal 373 310 331 0 24 16 2 524 126 130
Binary 11111011 11001000 11011001 0 10100 1110 10 101010100 1010110 1011000

Color Harmonies of #FBC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC8D9

Black with #FBC8D9

Text Example


Text Example

White with #FBC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC8D9; }

 p { color: rgb(251,200,217); }

 H1.HeaderClassName
 {
   color: #FBC8D9;
 }
 .AnyTagClassName
 {
   color: #FBC8D9;
 }
</style>

background-color css

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

 a { background-color: rgb(251,200,217); }

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

border-color css

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

 span { border-color: rgb(251,200,217); }

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