Html Css Color HEX #FABCFA Snuff

📋 copy color: '#FABCFA'

red 250 ◦ green 188 ◦ blue 250

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

Shades of Snuff #FABCFA

Tints of Snuff #FABCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.33%

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

R = 36.34%
G = 27.33%
B = 36.34%

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

#FABCFA (or 0xFABCFA) is known color: Snuff. HEX triplet: FA, BC and FA. RGB value is (250,188,250). Sum of RGB (Red+Green+Blue) = 250+188+250=688 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.34% from 688); Green value is 188 (73.83% from 255 or 27.33% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FABCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFA is #054305. Grayscale: #D5D5D5. Windows color (decimal): -344838 or 16432378. OLE color: 16432378.

HSL color Cylindrical-coordinate representation of color #FABCFA: 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 #FABCFA is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 188 250 -
CMYK 0 0.25 0 0.02
HSL 300º 0.86% 0.86% -
HSV(B) 300º 0.25% 0.98% -
XYZ 74.66 63.19 98.7 -
YUV 213.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 250 188 250 0 0.25 0 0.02 300 0.86 0.86
Hex FA BC FA 0 19 0 2 12C 56 56
Octal 372 274 372 0 31 0 2 454 126 126
Binary 11111010 10111100 11111010 0 11001 0 10 100101100 1010110 1010110

Color Harmonies of #FABCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCFA

Black with #FABCFA

Text Example


Text Example

White with #FABCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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