Html Css Color HEX #FAD1F2 Snuff

📋 copy color: '#FAD1F2'

red 250 ◦ green 209 ◦ blue 242

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

Shades of Snuff #FAD1F2

Tints of Snuff #FAD1F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.52%

R = 35.66%
G = 29.81%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAD1F2 (or 0xFAD1F2) is known color: Snuff. HEX triplet: FA, D1 and F2. RGB value is (250,209,242). Sum of RGB (Red+Green+Blue) = 250+209+242=701 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.66% from 701); Green value is 209 (82.03% from 255 or 29.81% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD1F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD1F2 is #052E0D. Grayscale: #E0E0E0. Windows color (decimal): -339470 or 15913466. OLE color: 15913466.

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

Color convert

RGB 250 209 242 -
CMYK 0 0.16 0.03 0.02
HSL 311.71º 0.8% 0.9% -
HSV(B) 311.71º 0.16% 0.98% -
XYZ 78.25 72.34 93.84 -
YUV 225.02 137.58 145.82 -
System Red Green Blue C M Y K H S L
Decimal 250 209 242 0 0.16 0.03 0.02 311.71 0.8 0.9
Hex FA D1 F2 0 10 3 2 138 50 5A
Octal 372 321 362 0 20 3 2 470 120 132
Binary 11111010 11010001 11110010 0 10000 11 10 100111000 1010000 1011010

Color Harmonies of #FAD1F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD1F2

Black with #FAD1F2

Text Example


Text Example

White with #FAD1F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD1F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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