Html Css Color HEX #FAD1FA Snuff

📋 copy color: '#FAD1FA'

red 250 ◦ green 209 ◦ blue 250

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

Shades of Snuff #FAD1FA

Tints of Snuff #FAD1FA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 29.48%

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

R = 35.26%
G = 29.48%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAD1FA (or 0xFAD1FA) is known color: Snuff. HEX triplet: FA, D1 and FA. RGB value is (250,209,250). Sum of RGB (Red+Green+Blue) = 250+209+250=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 209 (82.03% from 255 or 29.48% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAD1FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1FA is #052E05. Grayscale: #E1E1E1. Windows color (decimal): -339462 or 16437754. OLE color: 16437754.

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

Color convert

RGB 250 209 250 -
CMYK 0 0.16 0 0.02
HSL 300º 0.8% 0.9% -
HSV(B) 300º 0.16% 0.98% -
XYZ 79.48 72.83 100.31 -
YUV 225.93 141.58 145.17 -
System Red Green Blue C M Y K H S L
Decimal 250 209 250 0 0.16 0 0.02 300 0.8 0.9
Hex FA D1 FA 0 10 0 2 12C 50 5A
Octal 372 321 372 0 20 0 2 454 120 132
Binary 11111010 11010001 11111010 0 10000 0 10 100101100 1010000 1011010

Color Harmonies of #FAD1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1FA

Black with #FAD1FA

Text Example


Text Example

White with #FAD1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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