Html Css Color HEX #FAD2F5 Snuff

📋 copy color: '#FAD2F5'

red 250 ◦ green 210 ◦ blue 245

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

Shades of Snuff #FAD2F5

Tints of Snuff #FAD2F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 34.75%

R = 35.46%
G = 29.79%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FAD2F5 (or 0xFAD2F5) is known color: Snuff. HEX triplet: FA, D2 and F5. RGB value is (250,210,245). Sum of RGB (Red+Green+Blue) = 250+210+245=705 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.46% from 705); Green value is 210 (82.42% from 255 or 29.79% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2F5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2F5 is #052D0A. Grayscale: #E1E1E1. Windows color (decimal): -339211 or 16110330. OLE color: 16110330.

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

Color convert

RGB 250 210 245 -
CMYK 0 0.16 0.02 0.02
HSL 307.5º 0.8% 0.9% -
HSV(B) 307.5º 0.16% 0.98% -
XYZ 78.95 73.01 96.32 -
YUV 225.95 138.75 145.15 -
System Red Green Blue C M Y K H S L
Decimal 250 210 245 0 0.16 0.02 0.02 307.5 0.8 0.9
Hex FA D2 F5 0 10 2 2 134 50 5A
Octal 372 322 365 0 20 2 2 464 120 132
Binary 11111010 11010010 11110101 0 10000 10 10 100110100 1010000 1011010

Color Harmonies of #FAD2F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2F5

Black with #FAD2F5

Text Example


Text Example

White with #FAD2F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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