Html Css Color HEX #FAD4F2 Snuff

📋 copy color: '#FAD4F2'

red 250 ◦ green 212 ◦ blue 242

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

Shades of Snuff #FAD4F2

Tints of Snuff #FAD4F2

RGB

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

 GREEN value IS 212 (83.2% from 255) = 30.11%

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

R = 35.51%
G = 30.11%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.03

 K value IS 0.02

RGB Variations

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

Color information

#FAD4F2 (or 0xFAD4F2) is known color: Snuff. HEX triplet: FA, D4 and F2. RGB value is (250,212,242). Sum of RGB (Red+Green+Blue) = 250+212+242=704 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.51% from 704); Green value is 212 (83.20% from 255 or 30.11% from 704); Blue value is 242 (94.92% from 255 or 34.38% from 704); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4F2 is #052B0D. Grayscale: #E2E2E2. Windows color (decimal): -338702 or 15914234. OLE color: 15914234.

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

Color convert

RGB 250 212 242 -
CMYK 0 0.15 0.03 0.02
HSL 312.63º 0.79% 0.91% -
HSV(B) 312.63º 0.15% 0.98% -
XYZ 78.99 73.82 94.09 -
YUV 226.78 136.59 144.56 -
System Red Green Blue C M Y K H S L
Decimal 250 212 242 0 0.15 0.03 0.02 312.63 0.79 0.91
Hex FA D4 F2 0 F 3 2 139 4F 5B
Octal 372 324 362 0 17 3 2 471 117 133
Binary 11111010 11010100 11110010 0 1111 11 10 100111001 1001111 1011011

Color Harmonies of #FAD4F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4F2

Black with #FAD4F2

Text Example


Text Example

White with #FAD4F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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