Html Css Color HEX #FAD3F2 Snuff

📋 copy color: '#FAD3F2'

red 250 ◦ green 211 ◦ blue 242

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

Shades of Snuff #FAD3F2

Tints of Snuff #FAD3F2

RGB

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

 GREEN value IS 211 (82.81% from 255) = 30.01%

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

R = 35.56%
G = 30.01%
B = 34.42%

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

#FAD3F2 (or 0xFAD3F2) is known color: Snuff. HEX triplet: FA, D3 and F2. RGB value is (250,211,242). Sum of RGB (Red+Green+Blue) = 250+211+242=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 211 (82.81% from 255 or 30.01% from 703); Blue value is 242 (94.92% from 255 or 34.42% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3F2 is #052C0D. Grayscale: #E2E2E2. Windows color (decimal): -338958 or 15913978. OLE color: 15913978.

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

Color convert

RGB 250 211 242 -
CMYK 0 0.16 0.03 0.02
HSL 312.31º 0.8% 0.9% -
HSV(B) 312.31º 0.16% 0.98% -
XYZ 78.75 73.32 94.01 -
YUV 226.2 136.92 144.98 -
System Red Green Blue C M Y K H S L
Decimal 250 211 242 0 0.16 0.03 0.02 312.31 0.8 0.9
Hex FA D3 F2 0 10 3 2 138 50 5A
Octal 372 323 362 0 20 3 2 470 120 132
Binary 11111010 11010011 11110010 0 10000 11 10 100111000 1010000 1011010

Color Harmonies of #FAD3F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3F2

Black with #FAD3F2

Text Example


Text Example

White with #FAD3F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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