Html Css Color HEX #FAD2F9 Snuff

📋 copy color: '#FAD2F9'

red 250 ◦ green 210 ◦ blue 249

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

Shades of Snuff #FAD2F9

Tints of Snuff #FAD2F9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 29.62%

 BLUE value IS 249 (97.66% from 255) = 35.12%

R = 35.26%
G = 29.62%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.00

 K value IS 0.02

RGB Variations

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

Color information

#FAD2F9 (or 0xFAD2F9) is known color: Snuff. HEX triplet: FA, D2 and F9. RGB value is (250,210,249). Sum of RGB (Red+Green+Blue) = 250+210+249=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 210 (82.42% from 255 or 29.62% from 709); Blue value is 249 (97.66% from 255 or 35.12% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2F9 is #052D06. Grayscale: #E2E2E2. Windows color (decimal): -339207 or 16372474. OLE color: 16372474.

HSL color Cylindrical-coordinate representation of color #FAD2F9: hue angle of 301.5º degrees, saturation: 0.8, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FAD2F9 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 210 249 -
CMYK 0 0.16 0.00 0.02
HSL 301.5º 0.8% 0.9% -
HSV(B) 301.5º 0.16% 0.98% -
XYZ 79.57 73.26 99.57 -
YUV 226.41 140.75 144.83 -
System Red Green Blue C M Y K H S L
Decimal 250 210 249 0 0.16 0.00 0.02 301.5 0.8 0.9
Hex FA D2 F9 0 10 0 2 12E 50 5A
Octal 372 322 371 0 20 0 2 456 120 132
Binary 11111010 11010010 11111001 0 10000 0 10 100101110 1010000 1011010

Color Harmonies of #FAD2F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2F9

Black with #FAD2F9

Text Example


Text Example

White with #FAD2F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2F9; }

 p { color: rgb(250,210,249); }

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

background-color css

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

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

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

border-color css

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

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

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