Html Css Color HEX #F5E2F0 Snuff

📋 copy color: '#F5E2F0'

red 245 ◦ green 226 ◦ blue 240

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

Shades of Snuff #F5E2F0

Tints of Snuff #F5E2F0

RGB

 RED value IS 245 (96.09% from 255) = 34.46%

 GREEN value IS 226 (88.67% from 255) = 31.79%

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

R = 34.46%
G = 31.79%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.04

RGB Variations

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

Color information

#F5E2F0 (or 0xF5E2F0) is known color: Snuff. HEX triplet: F5, E2 and F0. RGB value is (245,226,240). Sum of RGB (Red+Green+Blue) = 245+226+240=711 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.46% from 711); Green value is 226 (88.67% from 255 or 31.79% from 711); Blue value is 240 (94.14% from 255 or 33.76% from 711); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5E2F0 is #0A1D0F. Grayscale: #E9E9E9. Windows color (decimal): -662800 or 15786741. OLE color: 15786741.

HSL color Cylindrical-coordinate representation of color #F5E2F0: hue angle of 315.79º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F5E2F0 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 226 240 -
CMYK 0 0.08 0.02 0.04
HSL 315.79º 0.49% 0.92% -
HSV(B) 315.79º 0.08% 0.96% -
XYZ 80.58 80.1 93.65 -
YUV 233.28 131.79 136.36 -
System Red Green Blue C M Y K H S L
Decimal 245 226 240 0 0.08 0.02 0.04 315.79 0.49 0.92
Hex F5 E2 F0 0 8 2 4 13C 31 5C
Octal 365 342 360 0 10 2 4 474 61 134
Binary 11110101 11100010 11110000 0 1000 10 100 100111100 110001 1011100

Color Harmonies of #F5E2F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2F0

Black with #F5E2F0

Text Example


Text Example

White with #F5E2F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2F0; }

 p { color: rgb(245,226,240); }

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

background-color css

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

 a { background-color: rgb(245,226,240); }

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

border-color css

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

 span { border-color: rgb(245,226,240); }

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