Html Css Color HEX #FABBFA Snuff

📋 copy color: '#FABBFA'

red 250 ◦ green 187 ◦ blue 250

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

Shades of Snuff #FABBFA

Tints of Snuff #FABBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.39%

R = 36.39%
G = 27.22%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FABBFA (or 0xFABBFA) is known color: Snuff. HEX triplet: FA, BB and FA. RGB value is (250,187,250). Sum of RGB (Red+Green+Blue) = 250+187+250=687 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.39% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 250 (98.05% from 255 or 36.39% from 687); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FABBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABBFA is #054405. Grayscale: #D4D4D4. Windows color (decimal): -345094 or 16432122. OLE color: 16432122.

HSL color Cylindrical-coordinate representation of color #FABBFA: hue angle of 300º degrees, saturation: 0.86, 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 #FABBFA is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 187 250 -
CMYK 0 0.25 0 0.02
HSL 300º 0.86% 0.86% -
HSV(B) 300º 0.25% 0.98% -
XYZ 74.45 62.77 98.63 -
YUV 213.02 148.87 154.38 -
System Red Green Blue C M Y K H S L
Decimal 250 187 250 0 0.25 0 0.02 300 0.86 0.86
Hex FA BB FA 0 19 0 2 12C 56 56
Octal 372 273 372 0 31 0 2 454 126 126
Binary 11111010 10111011 11111010 0 11001 0 10 100101100 1010110 1010110

Color Harmonies of #FABBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABBFA

Black with #FABBFA

Text Example


Text Example

White with #FABBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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