Html Css Color HEX #FEF5F5 Snow

📋 copy color: '#FEF5F5'

red 254 ◦ green 245 ◦ blue 245

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

Shades of Snow #FEF5F5

Tints of Snow #FEF5F5

RGB

 RED value IS 254 (99.61% from 255) = 34.14%

 GREEN value IS 245 (96.09% from 255) = 32.93%

 BLUE value IS 245 (96.09% from 255) = 32.93%

R = 34.14%
G = 32.93%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#FEF5F5 (or 0xFEF5F5) is known color: Snow. HEX triplet: FE, F5 and F5. RGB value is (254,245,245). Sum of RGB (Red+Green+Blue) = 254+245+245=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 245 (96.09% from 255 or 32.93% from 744); Blue value is 245 (96.09% from 255 or 32.93% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF5F5 is #010A0A. Grayscale: #F7F7F7. Windows color (decimal): -68107 or 16119294. OLE color: 16119294.

HSL color Cylindrical-coordinate representation of color #FEF5F5: hue angle of 0º degrees, saturation: 0.82, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FEF5F5 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 245 245 -
CMYK 0 0.04 0.04 0.00
HSL 0.82% 0.98% -
HSV(B) 0.04% 1% -
XYZ 90.01 92.97 99.59 -
YUV 247.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 254 245 245 0 0.04 0.04 0.00 0 0.82 0.98
Hex FE F5 F5 0 4 4 0 0 52 62
Octal 376 365 365 0 4 4 0 0 122 142
Binary 11111110 11110101 11110101 0 100 100 0 0 1010010 1100010

Color Harmonies of #FEF5F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5F5

Black with #FEF5F5

Text Example


Text Example

White with #FEF5F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5F5; }

 p { color: rgb(254,245,245); }

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

background-color css

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

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

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

border-color css

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

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

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