Html Css Color HEX #F0FAE8 Panache

📋 copy color: '#F0FAE8'

red 240 ◦ green 250 ◦ blue 232

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

Shades of Panache #F0FAE8

Tints of Panache #F0FAE8

RGB

 RED value IS 240 (94.14% from 255) = 33.24%

 GREEN value IS 250 (98.05% from 255) = 34.63%

 BLUE value IS 232 (91.02% from 255) = 32.13%

R = 33.24%
G = 34.63%
B = 32.13%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#F0FAE8 (or 0xF0FAE8) is known color: Panache. HEX triplet: F0, FA and E8. RGB value is (240,250,232). Sum of RGB (Red+Green+Blue) = 240+250+232=722 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.24% from 722); Green value is 250 (98.05% from 255 or 34.63% from 722); Blue value is 232 (91.02% from 255 or 32.13% from 722); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0FAE8 is #0F0517. Grayscale: #F5F5F5. Windows color (decimal): -984344 or 15268592. OLE color: 15268592.

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

Color convert

RGB 240 250 232 -
CMYK 0.04 0 0.07 0.02
HSL 93.33º 0.64% 0.95% -
HSV(B) 93.33º 0.07% 0.98% -
XYZ 84.69 92.72 89.78 -
YUV 244.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 240 250 232 0.04 0 0.07 0.02 93.33 0.64 0.95
Hex F0 FA E8 4 0 7 2 5D 40 5F
Octal 360 372 350 4 0 7 2 135 100 137
Binary 11110000 11111010 11101000 100 0 111 10 1011101 1000000 1011111

Color Harmonies of #F0FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAE8

Black with #F0FAE8

Text Example


Text Example

White with #F0FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAE8; }

 p { color: rgb(240,250,232); }

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

background-color css

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

 a { background-color: rgb(240,250,232); }

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

border-color css

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

 span { border-color: rgb(240,250,232); }

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