Html Css Color HEX #F7DFF1 Snuff

📋 copy color: '#F7DFF1'

red 247 ◦ green 223 ◦ blue 241

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

Shades of Snuff #F7DFF1

Tints of Snuff #F7DFF1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.36%

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

R = 34.74%
G = 31.36%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7DFF1 (or 0xF7DFF1) is known color: Snuff. HEX triplet: F7, DF and F1. RGB value is (247,223,241). Sum of RGB (Red+Green+Blue) = 247+223+241=711 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.74% from 711); Green value is 223 (87.5% from 255 or 31.36% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DFF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DFF1 is #08200E. Grayscale: #E8E8E8. Windows color (decimal): -532495 or 15851511. OLE color: 15851511.

HSL color Cylindrical-coordinate representation of color #F7DFF1: hue angle of 315º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7DFF1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 223 241 -
CMYK 0 0.10 0.02 0.03
HSL 315º 0.6% 0.92% -
HSV(B) 315º 0.1% 0.97% -
XYZ 80.62 78.9 94.2 -
YUV 232.23 132.95 138.54 -
System Red Green Blue C M Y K H S L
Decimal 247 223 241 0 0.10 0.02 0.03 315 0.6 0.92
Hex F7 DF F1 0 A 2 3 13B 3C 5C
Octal 367 337 361 0 12 2 3 473 74 134
Binary 11110111 11011111 11110001 0 1010 10 11 100111011 111100 1011100

Color Harmonies of #F7DFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DFF1

Black with #F7DFF1

Text Example


Text Example

White with #F7DFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DFF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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