Html Css Color HEX #F5FEF0 Panache

📋 copy color: '#F5FEF0'

red 245 ◦ green 254 ◦ blue 240

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

Shades of Panache #F5FEF0

Tints of Panache #F5FEF0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.37%

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

R = 33.15%
G = 34.37%
B = 32.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#F5FEF0 (or 0xF5FEF0) is known color: Panache. HEX triplet: F5, FE and F0. RGB value is (245,254,240). Sum of RGB (Red+Green+Blue) = 245+254+240=739 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.15% from 739); Green value is 254 (99.61% from 255 or 34.37% from 739); Blue value is 240 (94.14% from 255 or 32.48% from 739); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEF0 is #0A010F. Grayscale: #F9F9F9. Windows color (decimal): -655632 or 15793909. OLE color: 15793909.

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

Color convert

RGB 245 254 240 -
CMYK 0.04 0 0.06 0.00
HSL 98.57º 0.88% 0.97% -
HSV(B) 98.57º 0.06% 1% -
XYZ 88.83 96.59 96.4 -
YUV 249.71 122.52 124.64 -
System Red Green Blue C M Y K H S L
Decimal 245 254 240 0.04 0 0.06 0.00 98.57 0.88 0.97
Hex F5 FE F0 4 0 6 0 63 58 61
Octal 365 376 360 4 0 6 0 143 130 141
Binary 11110101 11111110 11110000 100 0 110 0 1100011 1011000 1100001

Color Harmonies of #F5FEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FEF0

Black with #F5FEF0

Text Example


Text Example

White with #F5FEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FEF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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