Html Css Color HEX #FBC7D6 Pink Lace

📋 copy color: '#FBC7D6'

red 251 ◦ green 199 ◦ blue 214

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

Shades of Pink Lace #FBC7D6

Tints of Pink Lace #FBC7D6

RGB

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

 GREEN value IS 199 (78.13% from 255) = 29.97%

 BLUE value IS 214 (83.98% from 255) = 32.23%

R = 37.8%
G = 29.97%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBC7D6 (or 0xFBC7D6) is known color: Pink Lace. HEX triplet: FB, C7 and D6. RGB value is (251,199,214). Sum of RGB (Red+Green+Blue) = 251+199+214=664 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.80% from 664); Green value is 199 (78.12% from 255 or 29.97% from 664); Blue value is 214 (83.98% from 255 or 32.23% from 664); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC7D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC7D6 is #043829. Grayscale: #D8D8D8. Windows color (decimal): -276522 or 14075899. OLE color: 14075899.

HSL color Cylindrical-coordinate representation of color #FBC7D6: hue angle of 342.69º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FBC7D6 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 199 214 -
CMYK 0 0.21 0.15 0.02
HSL 342.69º 0.87% 0.88% -
HSV(B) 342.69º 0.21% 0.98% -
XYZ 72.34 66.21 72.59 -
YUV 216.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 251 199 214 0 0.21 0.15 0.02 342.69 0.87 0.88
Hex FB C7 D6 0 15 F 2 157 57 58
Octal 373 307 326 0 25 17 2 527 127 130
Binary 11111011 11000111 11010110 0 10101 1111 10 101010111 1010111 1011000

Color Harmonies of #FBC7D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC7D6

Black with #FBC7D6

Text Example


Text Example

White with #FBC7D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC7D6; }

 p { color: rgb(251,199,214); }

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

background-color css

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

 a { background-color: rgb(251,199,214); }

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

border-color css

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

 span { border-color: rgb(251,199,214); }

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