Html Css Color HEX #F8DCF2 Snuff

📋 copy color: '#F8DCF2'

red 248 ◦ green 220 ◦ blue 242

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

Shades of Snuff #F8DCF2

Tints of Snuff #F8DCF2

RGB

 RED value IS 248 (97.27% from 255) = 34.93%

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

 BLUE value IS 242 (94.92% from 255) = 34.08%

R = 34.93%
G = 30.99%
B = 34.08%

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

#F8DCF2 (or 0xF8DCF2) is known color: Snuff. HEX triplet: F8, DC and F2. RGB value is (248,220,242). Sum of RGB (Red+Green+Blue) = 248+220+242=710 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.93% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 242 (94.92% from 255 or 34.08% from 710); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DCF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8DCF2 is #07230D. Grayscale: #E6E6E6. Windows color (decimal): -467726 or 15916280. OLE color: 15916280.

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

Color convert

RGB 248 220 242 -
CMYK 0 0.11 0.02 0.03
HSL 312.86º 0.67% 0.92% -
HSV(B) 312.86º 0.11% 0.97% -
XYZ 80.33 77.55 94.74 -
YUV 230.88 134.28 140.21 -
System Red Green Blue C M Y K H S L
Decimal 248 220 242 0 0.11 0.02 0.03 312.86 0.67 0.92
Hex F8 DC F2 0 B 2 3 139 43 5C
Octal 370 334 362 0 13 2 3 471 103 134
Binary 11111000 11011100 11110010 0 1011 10 11 100111001 1000011 1011100

Color Harmonies of #F8DCF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8DCF2

Black with #F8DCF2

Text Example


Text Example

White with #F8DCF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8DCF2; }

 p { color: rgb(248,220,242); }

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

background-color css

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

 a { background-color: rgb(248,220,242); }

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

border-color css

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

 span { border-color: rgb(248,220,242); }

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