Html Css Color HEX #FABEFC Snuff

📋 copy color: '#FABEFC'

red 250 ◦ green 190 ◦ blue 252

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

Shades of Snuff #FABEFC

Tints of Snuff #FABEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.46%

 BLUE value IS 252 (98.83% from 255) = 36.42%

R = 36.13%
G = 27.46%
B = 36.42%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#FABEFC (or 0xFABEFC) is known color: Snuff. HEX triplet: FA, BE and FC. RGB value is (250,190,252). Sum of RGB (Red+Green+Blue) = 250+190+252=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 190 (74.61% from 255 or 27.46% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #FABEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABEFC is #054103. Grayscale: #D6D6D6. Windows color (decimal): -344324 or 16563962. OLE color: 16563962.

HSL color Cylindrical-coordinate representation of color #FABEFC: hue angle of 298.06º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FABEFC is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 250 190 252 -
CMYK 0.01 0.25 0 0.01
HSL 298.06º 0.91% 0.87% -
HSV(B) 298.06º 0.25% 0.99% -
XYZ 75.41 64.18 100.51 -
YUV 215.01 148.88 152.96 -
System Red Green Blue C M Y K H S L
Decimal 250 190 252 0.01 0.25 0 0.01 298.06 0.91 0.87
Hex FA BE FC 1 19 0 1 12A 5B 57
Octal 372 276 374 1 31 0 1 452 133 127
Binary 11111010 10111110 11111100 1 11001 0 1 100101010 1011011 1010111

Color Harmonies of #FABEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABEFC

Black with #FABEFC

Text Example


Text Example

White with #FABEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABEFC; }

 p { color: rgb(250,190,252); }

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

background-color css

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

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

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

border-color css

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

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

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