Html Css Color HEX #FAD2F3 Snuff

📋 copy color: '#FAD2F3'

red 250 ◦ green 210 ◦ blue 243

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

Shades of Snuff #FAD2F3

Tints of Snuff #FAD2F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.57%

R = 35.56%
G = 29.87%
B = 34.57%

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

#FAD2F3 (or 0xFAD2F3) is known color: Snuff. HEX triplet: FA, D2 and F3. RGB value is (250,210,243). Sum of RGB (Red+Green+Blue) = 250+210+243=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 210 (82.42% from 255 or 29.87% from 703); Blue value is 243 (95.31% from 255 or 34.57% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD2F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD2F3 is #052D0C. Grayscale: #E1E1E1. Windows color (decimal): -339213 or 15979258. OLE color: 15979258.

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

Color convert

RGB 250 210 243 -
CMYK 0 0.16 0.03 0.02
HSL 310.5º 0.8% 0.9% -
HSV(B) 310.5º 0.16% 0.98% -
XYZ 78.65 72.89 94.72 -
YUV 225.72 137.75 145.32 -
System Red Green Blue C M Y K H S L
Decimal 250 210 243 0 0.16 0.03 0.02 310.5 0.8 0.9
Hex FA D2 F3 0 10 3 2 136 50 5A
Octal 372 322 363 0 20 3 2 466 120 132
Binary 11111010 11010010 11110011 0 10000 11 10 100110110 1010000 1011010

Color Harmonies of #FAD2F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD2F3

Black with #FAD2F3

Text Example


Text Example

White with #FAD2F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD2F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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