Html Css Color HEX #FAD4F1 Snuff

📋 copy color: '#FAD4F1'

red 250 ◦ green 212 ◦ blue 241

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

Shades of Snuff #FAD4F1

Tints of Snuff #FAD4F1

RGB

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

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

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

R = 35.56%
G = 30.16%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FAD4F1 (or 0xFAD4F1) is known color: Snuff. HEX triplet: FA, D4 and F1. RGB value is (250,212,241). Sum of RGB (Red+Green+Blue) = 250+212+241=703 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.56% from 703); Green value is 212 (83.20% from 255 or 30.16% from 703); Blue value is 241 (94.53% from 255 or 34.28% from 703); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4F1 is #052B0E. Grayscale: #E2E2E2. Windows color (decimal): -338703 or 15848698. OLE color: 15848698.

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

Color convert

RGB 250 212 241 -
CMYK 0 0.15 0.04 0.02
HSL 314.21º 0.79% 0.91% -
HSV(B) 314.21º 0.15% 0.98% -
XYZ 78.85 73.76 93.3 -
YUV 226.67 136.09 144.64 -
System Red Green Blue C M Y K H S L
Decimal 250 212 241 0 0.15 0.04 0.02 314.21 0.79 0.91
Hex FA D4 F1 0 F 4 2 13A 4F 5B
Octal 372 324 361 0 17 4 2 472 117 133
Binary 11111010 11010100 11110001 0 1111 100 10 100111010 1001111 1011011

Color Harmonies of #FAD4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4F1

Black with #FAD4F1

Text Example


Text Example

White with #FAD4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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