Html Css Color HEX #FADDF4 Snuff

📋 copy color: '#FADDF4'

red 250 ◦ green 221 ◦ blue 244

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

Shades of Snuff #FADDF4

Tints of Snuff #FADDF4

RGB

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

 GREEN value IS 221 (86.72% from 255) = 30.91%

 BLUE value IS 244 (95.7% from 255) = 34.13%

R = 34.97%
G = 30.91%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.02

RGB Variations

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

Color information

#FADDF4 (or 0xFADDF4) is known color: Snuff. HEX triplet: FA, DD and F4. RGB value is (250,221,244). Sum of RGB (Red+Green+Blue) = 250+221+244=715 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.97% from 715); Green value is 221 (86.72% from 255 or 30.91% from 715); Blue value is 244 (95.70% from 255 or 34.13% from 715); Max value from RGB is 250 - color contains mainly: red. Hex color #FADDF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FADDF4 is #05220B. Grayscale: #E8E8E8. Windows color (decimal): -336396 or 16047610. OLE color: 16047610.

HSL color Cylindrical-coordinate representation of color #FADDF4: hue angle of 312.41º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FADDF4 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 221 244 -
CMYK 0 0.12 0.02 0.02
HSL 312.41º 0.74% 0.92% -
HSV(B) 312.41º 0.12% 0.98% -
XYZ 81.61 78.57 96.45 -
YUV 232.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 250 221 244 0 0.12 0.02 0.02 312.41 0.74 0.92
Hex FA DD F4 0 C 2 2 138 4A 5C
Octal 372 335 364 0 14 2 2 470 112 134
Binary 11111010 11011101 11110100 0 1100 10 10 100111000 1001010 1011100

Color Harmonies of #FADDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADDF4

Black with #FADDF4

Text Example


Text Example

White with #FADDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADDF4; }

 p { color: rgb(250,221,244); }

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

background-color css

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

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

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

border-color css

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

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

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