Html Css Color HEX #FABBFB Snuff

📋 copy color: '#FABBFB'

red 250 ◦ green 187 ◦ blue 251

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

Shades of Snuff #FABBFB

Tints of Snuff #FABBFB

RGB

 RED value IS 250 (98.05% from 255) = 36.34%

 GREEN value IS 187 (73.44% from 255) = 27.18%

 BLUE value IS 251 (98.44% from 255) = 36.48%

R = 36.34%
G = 27.18%
B = 36.48%

CMYK

 C value IS 0.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FABBFB (or 0xFABBFB) is known color: Snuff. HEX triplet: FA, BB and FB. RGB value is (250,187,251). Sum of RGB (Red+Green+Blue) = 250+187+251=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 187 (73.44% from 255 or 27.18% from 688); Blue value is 251 (98.44% from 255 or 36.48% from 688); Max value from RGB is 251 - color contains mainly: blue. Hex color #FABBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBFB is #054404. Grayscale: #D4D4D4. Windows color (decimal): -345093 or 16497658. OLE color: 16497658.

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

Color convert

RGB 250 187 251 -
CMYK 0.00 0.25 0 0.02
HSL 299.06º 0.89% 0.86% -
HSV(B) 299.06º 0.25% 0.98% -
XYZ 74.61 62.83 99.46 -
YUV 213.13 149.37 154.3 -
System Red Green Blue C M Y K H S L
Decimal 250 187 251 0.00 0.25 0 0.02 299.06 0.89 0.86
Hex FA BB FB 0 19 0 2 12B 59 56
Octal 372 273 373 0 31 0 2 453 131 126
Binary 11111010 10111011 11111011 0 11001 0 10 100101011 1011001 1010110

Color Harmonies of #FABBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBFB

Black with #FABBFB

Text Example


Text Example

White with #FABBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBFB; }

 p { color: rgb(250,187,251); }

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

background-color css

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

 a { background-color: rgb(250,187,251); }

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

border-color css

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

 span { border-color: rgb(250,187,251); }

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