Html Css Color HEX #F8E0F3 Snuff

📋 copy color: '#F8E0F3'

red 248 ◦ green 224 ◦ blue 243

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

Shades of Snuff #F8E0F3

Tints of Snuff #F8E0F3

RGB

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

 GREEN value IS 224 (87.89% from 255) = 31.33%

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

R = 34.69%
G = 31.33%
B = 33.99%

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

#F8E0F3 (or 0xF8E0F3) is known color: Snuff. HEX triplet: F8, E0 and F3. RGB value is (248,224,243). Sum of RGB (Red+Green+Blue) = 248+224+243=715 (94% of max value = 765). Red value is 248 (97.27% from 255 or 34.69% from 715); Green value is 224 (87.89% from 255 or 31.33% from 715); Blue value is 243 (95.31% from 255 or 33.99% from 715); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E0F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F8E0F3 is #071F0C. Grayscale: #E9E9E9. Windows color (decimal): -466701 or 15982840. OLE color: 15982840.

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

Color convert

RGB 248 224 243 -
CMYK 0 0.10 0.02 0.03
HSL 312.5º 0.63% 0.93% -
HSV(B) 312.5º 0.1% 0.97% -
XYZ 81.54 79.74 95.89 -
YUV 233.34 133.45 138.46 -
System Red Green Blue C M Y K H S L
Decimal 248 224 243 0 0.10 0.02 0.03 312.5 0.63 0.93
Hex F8 E0 F3 0 A 2 3 138 3F 5D
Octal 370 340 363 0 12 2 3 470 77 135
Binary 11111000 11100000 11110011 0 1010 10 11 100111000 111111 1011101

Color Harmonies of #F8E0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8E0F3

Black with #F8E0F3

Text Example


Text Example

White with #F8E0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8E0F3; }

 p { color: rgb(248,224,243); }

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

background-color css

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

 a { background-color: rgb(248,224,243); }

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

border-color css

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

 span { border-color: rgb(248,224,243); }

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