Html Css Color HEX #FBC9D9 Pink Lace

📋 copy color: '#FBC9D9'

red 251 ◦ green 201 ◦ blue 217

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

Shades of Pink Lace #FBC9D9

Tints of Pink Lace #FBC9D9

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.04%

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

R = 37.52%
G = 30.04%
B = 32.44%

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

#FBC9D9 (or 0xFBC9D9) is known color: Pink Lace. HEX triplet: FB, C9 and D9. RGB value is (251,201,217). Sum of RGB (Red+Green+Blue) = 251+201+217=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC9D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC9D9 is #043626. Grayscale: #D9D9D9. Windows color (decimal): -276007 or 14273019. OLE color: 14273019.

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

Color convert

RGB 251 201 217 -
CMYK 0 0.20 0.14 0.02
HSL 340.8º 0.86% 0.89% -
HSV(B) 340.8º 0.2% 0.98% -
XYZ 73.19 67.29 74.78 -
YUV 217.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 251 201 217 0 0.20 0.14 0.02 340.8 0.86 0.89
Hex FB C9 D9 0 14 E 2 155 56 59
Octal 373 311 331 0 24 16 2 525 126 131
Binary 11111011 11001001 11011001 0 10100 1110 10 101010101 1010110 1011001

Color Harmonies of #FBC9D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC9D9

Black with #FBC9D9

Text Example


Text Example

White with #FBC9D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC9D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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