Html Css Color HEX #FABCFC Snuff

📋 copy color: '#FABCFC'

red 250 ◦ green 188 ◦ blue 252

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

Shades of Snuff #FABCFC

Tints of Snuff #FABCFC

RGB

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

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

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

R = 36.23%
G = 27.25%
B = 36.52%

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

#FABCFC (or 0xFABCFC) is known color: Snuff. HEX triplet: FA, BC and FC. RGB value is (250,188,252). Sum of RGB (Red+Green+Blue) = 250+188+252=690 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.23% from 690); Green value is 188 (73.83% from 255 or 27.25% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #FABCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABCFC is #054303. Grayscale: #D5D5D5. Windows color (decimal): -344836 or 16563450. OLE color: 16563450.

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

Color convert

RGB 250 188 252 -
CMYK 0.01 0.25 0 0.01
HSL 298.13º 0.91% 0.86% -
HSV(B) 298.13º 0.25% 0.99% -
XYZ 74.98 63.32 100.37 -
YUV 213.83 149.54 153.8 -
System Red Green Blue C M Y K H S L
Decimal 250 188 252 0.01 0.25 0 0.01 298.13 0.91 0.86
Hex FA BC FC 1 19 0 1 12A 5B 56
Octal 372 274 374 1 31 0 1 452 133 126
Binary 11111010 10111100 11111100 1 11001 0 1 100101010 1011011 1010110

Color Harmonies of #FABCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABCFC

Black with #FABCFC

Text Example


Text Example

White with #FABCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABCFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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