Html Css Color HEX #FBC5D6 Pink Lace

📋 copy color: '#FBC5D6'

red 251 ◦ green 197 ◦ blue 214

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

Shades of Pink Lace #FBC5D6

Tints of Pink Lace #FBC5D6

RGB

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

 GREEN value IS 197 (77.34% from 255) = 29.76%

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

R = 37.92%
G = 29.76%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.15

 K value IS 0.02

RGB Variations

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

Color information

#FBC5D6 (or 0xFBC5D6) is known color: Pink Lace. HEX triplet: FB, C5 and D6. RGB value is (251,197,214). Sum of RGB (Red+Green+Blue) = 251+197+214=662 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.92% from 662); Green value is 197 (77.34% from 255 or 29.76% from 662); Blue value is 214 (83.98% from 255 or 32.33% from 662); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5D6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC5D6 is #043A29. Grayscale: #D7D7D7. Windows color (decimal): -277034 or 14075387. OLE color: 14075387.

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

Color convert

RGB 251 197 214 -
CMYK 0 0.22 0.15 0.02
HSL 341.11º 0.87% 0.88% -
HSV(B) 341.11º 0.22% 0.98% -
XYZ 71.89 65.3 72.43 -
YUV 215.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 251 197 214 0 0.22 0.15 0.02 341.11 0.87 0.88
Hex FB C5 D6 0 16 F 2 155 57 58
Octal 373 305 326 0 26 17 2 525 127 130
Binary 11111011 11000101 11010110 0 10110 1111 10 101010101 1010111 1011000

Color Harmonies of #FBC5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBC5D6

Black with #FBC5D6

Text Example


Text Example

White with #FBC5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBC5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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