Html Css Color HEX #F7DCF0 Snuff

📋 copy color: '#F7DCF0'

red 247 ◦ green 220 ◦ blue 240

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

Shades of Snuff #F7DCF0

Tints of Snuff #F7DCF0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 31.12%

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

R = 34.94%
G = 31.12%
B = 33.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#F7DCF0 (or 0xF7DCF0) is known color: Snuff. HEX triplet: F7, DC and F0. RGB value is (247,220,240). Sum of RGB (Red+Green+Blue) = 247+220+240=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCF0 is #08230F. Grayscale: #E6E6E6. Windows color (decimal): -533264 or 15785207. OLE color: 15785207.

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

Color convert

RGB 247 220 240 -
CMYK 0 0.11 0.03 0.03
HSL 315.56º 0.63% 0.92% -
HSV(B) 315.56º 0.11% 0.97% -
XYZ 79.68 77.25 93.15 -
YUV 230.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 247 220 240 0 0.11 0.03 0.03 315.56 0.63 0.92
Hex F7 DC F0 0 B 3 3 13C 3F 5C
Octal 367 334 360 0 13 3 3 474 77 134
Binary 11110111 11011100 11110000 0 1011 11 11 100111100 111111 1011100

Color Harmonies of #F7DCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCF0

Black with #F7DCF0

Text Example


Text Example

White with #F7DCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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