Html Css Color HEX #F0FAE0 Saltpan

📋 copy color: '#F0FAE0'

red 240 ◦ green 250 ◦ blue 224

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

Shades of Saltpan #F0FAE0

Tints of Saltpan #F0FAE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 31.37%

R = 33.61%
G = 35.01%
B = 31.37%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#F0FAE0 (or 0xF0FAE0) is known color: Saltpan. HEX triplet: F0, FA and E0. RGB value is (240,250,224). Sum of RGB (Red+Green+Blue) = 240+250+224=714 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.61% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 224 (87.89% from 255 or 31.37% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAE0 is #0F051F. Grayscale: #F4F4F4. Windows color (decimal): -984352 or 14744304. OLE color: 14744304.

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

Color convert

RGB 240 250 224 -
CMYK 0.04 0 0.10 0.02
HSL 83.08º 0.72% 0.93% -
HSV(B) 83.08º 0.1% 0.98% -
XYZ 83.58 92.28 83.93 -
YUV 244.05 116.69 125.11 -
System Red Green Blue C M Y K H S L
Decimal 240 250 224 0.04 0 0.10 0.02 83.08 0.72 0.93
Hex F0 FA E0 4 0 A 2 53 48 5D
Octal 360 372 340 4 0 12 2 123 110 135
Binary 11110000 11111010 11100000 100 0 1010 10 1010011 1001000 1011101

Color Harmonies of #F0FAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAE0

Black with #F0FAE0

Text Example


Text Example

White with #F0FAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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