Html Css Color HEX #F7DAF1 Snuff

📋 copy color: '#F7DAF1'

red 247 ◦ green 218 ◦ blue 241

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

Shades of Snuff #F7DAF1

Tints of Snuff #F7DAF1

RGB

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

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

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

R = 34.99%
G = 30.88%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7DAF1 (or 0xF7DAF1) is known color: Snuff. HEX triplet: F7, DA and F1. RGB value is (247,218,241). Sum of RGB (Red+Green+Blue) = 247+218+241=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 218 (85.55% from 255 or 30.88% from 706); Blue value is 241 (94.53% from 255 or 34.14% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DAF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DAF1 is #08250E. Grayscale: #E5E5E5. Windows color (decimal): -533775 or 15850231. OLE color: 15850231.

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

Color convert

RGB 247 218 241 -
CMYK 0 0.12 0.02 0.03
HSL 312.41º 0.64% 0.91% -
HSV(B) 312.41º 0.12% 0.97% -
XYZ 79.31 76.27 93.76 -
YUV 229.29 134.61 140.63 -
System Red Green Blue C M Y K H S L
Decimal 247 218 241 0 0.12 0.02 0.03 312.41 0.64 0.91
Hex F7 DA F1 0 C 2 3 138 40 5B
Octal 367 332 361 0 14 2 3 470 100 133
Binary 11110111 11011010 11110001 0 1100 10 11 100111000 1000000 1011011

Color Harmonies of #F7DAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DAF1

Black with #F7DAF1

Text Example


Text Example

White with #F7DAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DAF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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