Html Css Color HEX #F7DCF3 Snuff

📋 copy color: '#F7DCF3'

red 247 ◦ green 220 ◦ blue 243

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

Shades of Snuff #F7DCF3

Tints of Snuff #F7DCF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 34.23%

R = 34.79%
G = 30.99%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.03

RGB Variations

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

Color information

#F7DCF3 (or 0xF7DCF3) is known color: Snuff. HEX triplet: F7, DC and F3. RGB value is (247,220,243). Sum of RGB (Red+Green+Blue) = 247+220+243=710 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.79% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 243 (95.31% from 255 or 34.23% from 710); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DCF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7DCF3 is #08230C. Grayscale: #E6E6E6. Windows color (decimal): -533261 or 15981815. OLE color: 15981815.

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

Color convert

RGB 247 220 243 -
CMYK 0 0.11 0.02 0.03
HSL 308.89º 0.63% 0.92% -
HSV(B) 308.89º 0.11% 0.97% -
XYZ 80.13 77.43 95.52 -
YUV 230.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 247 220 243 0 0.11 0.02 0.03 308.89 0.63 0.92
Hex F7 DC F3 0 B 2 3 135 3F 5C
Octal 367 334 363 0 13 2 3 465 77 134
Binary 11110111 11011100 11110011 0 1011 10 11 100110101 111111 1011100

Color Harmonies of #F7DCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7DCF3

Black with #F7DCF3

Text Example


Text Example

White with #F7DCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7DCF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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