Html Css Color HEX #F7DCF4 Snuff

📋 copy color: '#F7DCF4'

red 247 ◦ green 220 ◦ blue 244

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

Shades of Snuff #F7DCF4

Tints of Snuff #F7DCF4

RGB

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

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

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

R = 34.74%
G = 30.94%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.03

RGB Variations

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

Color information

#F7DCF4 (or 0xF7DCF4) is known color: Snuff. HEX triplet: F7, DC and F4. RGB value is (247,220,244). Sum of RGB (Red+Green+Blue) = 247+220+244=711 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.74% from 711); Green value is 220 (86.33% from 255 or 30.94% from 711); Blue value is 244 (95.70% from 255 or 34.32% from 711); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCF4 is #08230B. Grayscale: #E6E6E6. Windows color (decimal): -533260 or 16047351. OLE color: 16047351.

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

Color convert

RGB 247 220 244 -
CMYK 0 0.11 0.01 0.03
HSL 306.67º 0.63% 0.92% -
HSV(B) 306.67º 0.11% 0.97% -
XYZ 80.28 77.49 96.31 -
YUV 230.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 247 220 244 0 0.11 0.01 0.03 306.67 0.63 0.92
Hex F7 DC F4 0 B 1 3 133 3F 5C
Octal 367 334 364 0 13 1 3 463 77 134
Binary 11110111 11011100 11110100 0 1011 1 11 100110011 111111 1011100

Color Harmonies of #F7DCF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCF4

Black with #F7DCF4

Text Example


Text Example

White with #F7DCF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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