Html Css Color HEX #FAD0F2 Snuff

📋 copy color: '#FAD0F2'

red 250 ◦ green 208 ◦ blue 242

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

Shades of Snuff #FAD0F2

Tints of Snuff #FAD0F2

RGB

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

 GREEN value IS 208 (81.64% from 255) = 29.71%

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

R = 35.71%
G = 29.71%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAD0F2 (or 0xFAD0F2) is known color: Snuff. HEX triplet: FA, D0 and F2. RGB value is (250,208,242). Sum of RGB (Red+Green+Blue) = 250+208+242=700 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.71% from 700); Green value is 208 (81.64% from 255 or 29.71% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD0F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD0F2 is #052F0D. Grayscale: #E0E0E0. Windows color (decimal): -339726 or 15913210. OLE color: 15913210.

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

Color convert

RGB 250 208 242 -
CMYK 0 0.17 0.03 0.02
HSL 311.43º 0.81% 0.9% -
HSV(B) 311.43º 0.17% 0.98% -
XYZ 78.01 71.85 93.76 -
YUV 224.43 137.91 146.24 -
System Red Green Blue C M Y K H S L
Decimal 250 208 242 0 0.17 0.03 0.02 311.43 0.81 0.9
Hex FA D0 F2 0 11 3 2 137 51 5A
Octal 372 320 362 0 21 3 2 467 121 132
Binary 11111010 11010000 11110010 0 10001 11 10 100110111 1010001 1011010

Color Harmonies of #FAD0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD0F2

Black with #FAD0F2

Text Example


Text Example

White with #FAD0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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