Html Css Color HEX #FABDFC Snuff

📋 copy color: '#FABDFC'

red 250 ◦ green 189 ◦ blue 252

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

Shades of Snuff #FABDFC

Tints of Snuff #FABDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.35%

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

R = 36.18%
G = 27.35%
B = 36.47%

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

#FABDFC (or 0xFABDFC) is known color: Snuff. HEX triplet: FA, BD and FC. RGB value is (250,189,252). Sum of RGB (Red+Green+Blue) = 250+189+252=691 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.18% from 691); Green value is 189 (74.22% from 255 or 27.35% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #FABDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FABDFC is #054203. Grayscale: #D6D6D6. Windows color (decimal): -344580 or 16563706. OLE color: 16563706.

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

Color convert

RGB 250 189 252 -
CMYK 0.01 0.25 0 0.01
HSL 298.1º 0.91% 0.86% -
HSV(B) 298.1º 0.25% 0.99% -
XYZ 75.19 63.75 100.44 -
YUV 214.42 149.21 153.38 -
System Red Green Blue C M Y K H S L
Decimal 250 189 252 0.01 0.25 0 0.01 298.1 0.91 0.86
Hex FA BD FC 1 19 0 1 12A 5B 56
Octal 372 275 374 1 31 0 1 452 133 126
Binary 11111010 10111101 11111100 1 11001 0 1 100101010 1011011 1010110

Color Harmonies of #FABDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FABDFC

Black with #FABDFC

Text Example


Text Example

White with #FABDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FABDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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