Html Css Color HEX #FAD3F1 Snuff

📋 copy color: '#FAD3F1'

red 250 ◦ green 211 ◦ blue 241

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

Shades of Snuff #FAD3F1

Tints of Snuff #FAD3F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 34.33%

R = 35.61%
G = 30.06%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAD3F1 (or 0xFAD3F1) is known color: Snuff. HEX triplet: FA, D3 and F1. RGB value is (250,211,241). Sum of RGB (Red+Green+Blue) = 250+211+241=702 (92% of max value = 765). Red value is 250 (98.05% from 255 or 35.61% from 702); Green value is 211 (82.81% from 255 or 30.06% from 702); Blue value is 241 (94.53% from 255 or 34.33% from 702); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD3F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD3F1 is #052C0E. Grayscale: #E2E2E2. Windows color (decimal): -338959 or 15848442. OLE color: 15848442.

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

Color convert

RGB 250 211 241 -
CMYK 0 0.16 0.04 0.02
HSL 313.85º 0.8% 0.9% -
HSV(B) 313.85º 0.16% 0.98% -
XYZ 78.6 73.26 93.22 -
YUV 226.08 136.42 145.06 -
System Red Green Blue C M Y K H S L
Decimal 250 211 241 0 0.16 0.04 0.02 313.85 0.8 0.9
Hex FA D3 F1 0 10 4 2 13A 50 5A
Octal 372 323 361 0 20 4 2 472 120 132
Binary 11111010 11010011 11110001 0 10000 100 10 100111010 1010000 1011010

Color Harmonies of #FAD3F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD3F1

Black with #FAD3F1

Text Example


Text Example

White with #FAD3F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD3F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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