Html Css Color HEX #F7DAF0 Snuff

📋 copy color: '#F7DAF0'

red 247 ◦ green 218 ◦ blue 240

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

Shades of Snuff #F7DAF0

Tints of Snuff #F7DAF0

RGB

 RED value IS 247 (96.88% from 255) = 35.04%

 GREEN value IS 218 (85.55% from 255) = 30.92%

 BLUE value IS 240 (94.14% from 255) = 34.04%

R = 35.04%
G = 30.92%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F7DAF0 (or 0xF7DAF0) is known color: Snuff. HEX triplet: F7, DA and F0. RGB value is (247,218,240). Sum of RGB (Red+Green+Blue) = 247+218+240=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 218 (85.55% from 255 or 30.92% from 705); Blue value is 240 (94.14% from 255 or 34.04% from 705); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAF0 is #08250F. Grayscale: #E5E5E5. Windows color (decimal): -533776 or 15784695. OLE color: 15784695.

HSL color Cylindrical-coordinate representation of color #F7DAF0: hue angle of 314.48º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F7DAF0 is Cyan = 0, Magento = 0.12, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 218 240 -
CMYK 0 0.12 0.03 0.03
HSL 314.48º 0.64% 0.91% -
HSV(B) 314.48º 0.12% 0.97% -
XYZ 79.16 76.21 92.98 -
YUV 229.18 134.11 140.71 -
System Red Green Blue C M Y K H S L
Decimal 247 218 240 0 0.12 0.03 0.03 314.48 0.64 0.91
Hex F7 DA F0 0 C 3 3 13A 40 5B
Octal 367 332 360 0 14 3 3 472 100 133
Binary 11110111 11011010 11110000 0 1100 11 11 100111010 1000000 1011011

Color Harmonies of #F7DAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DAF0

Black with #F7DAF0

Text Example


Text Example

White with #F7DAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DAF0; }

 p { color: rgb(247,218,240); }

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

background-color css

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

 a { background-color: rgb(247,218,240); }

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

border-color css

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

 span { border-color: rgb(247,218,240); }

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