Html Css Color HEX #FAD4FA Snuff

📋 copy color: '#FAD4FA'

red 250 ◦ green 212 ◦ blue 250

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

Shades of Snuff #FAD4FA

Tints of Snuff #FAD4FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.11%

R = 35.11%
G = 29.78%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#FAD4FA (or 0xFAD4FA) is known color: Snuff. HEX triplet: FA, D4 and FA. RGB value is (250,212,250). Sum of RGB (Red+Green+Blue) = 250+212+250=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 212 (83.20% from 255 or 29.78% from 712); Blue value is 250 (98.05% from 255 or 35.11% from 712); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAD4FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FAD4FA is #052B05. Grayscale: #E3E3E3. Windows color (decimal): -338694 or 16438522. OLE color: 16438522.

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

Color convert

RGB 250 212 250 -
CMYK 0 0.15 0 0.02
HSL 300º 0.79% 0.91% -
HSV(B) 300º 0.15% 0.98% -
XYZ 80.22 74.31 100.56 -
YUV 227.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 250 212 250 0 0.15 0 0.02 300 0.79 0.91
Hex FA D4 FA 0 F 0 2 12C 4F 5B
Octal 372 324 372 0 17 0 2 454 117 133
Binary 11111010 11010100 11111010 0 1111 0 10 100101100 1001111 1011011

Color Harmonies of #FAD4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD4FA

Black with #FAD4FA

Text Example


Text Example

White with #FAD4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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