Html Css Color HEX #F0FAE4 Saltpan

📋 copy color: '#F0FAE4'

red 240 ◦ green 250 ◦ blue 228

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

Shades of Saltpan #F0FAE4

Tints of Saltpan #F0FAE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 31.75%

R = 33.43%
G = 34.82%
B = 31.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#F0FAE4 (or 0xF0FAE4) is known color: Saltpan. HEX triplet: F0, FA and E4. RGB value is (240,250,228). Sum of RGB (Red+Green+Blue) = 240+250+228=718 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.43% from 718); Green value is 250 (98.05% from 255 or 34.82% from 718); Blue value is 228 (89.45% from 255 or 31.75% from 718); Max value from RGB is 250 - color contains mainly: green. Hex color #F0FAE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FAE4 is #0F051B. Grayscale: #F4F4F4. Windows color (decimal): -984348 or 15006448. OLE color: 15006448.

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

Color convert

RGB 240 250 228 -
CMYK 0.04 0 0.09 0.02
HSL 87.27º 0.69% 0.94% -
HSV(B) 87.27º 0.09% 0.98% -
XYZ 84.12 92.5 86.82 -
YUV 244.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 240 250 228 0.04 0 0.09 0.02 87.27 0.69 0.94
Hex F0 FA E4 4 0 9 2 57 45 5E
Octal 360 372 344 4 0 11 2 127 105 136
Binary 11110000 11111010 11100100 100 0 1001 10 1010111 1000101 1011110

Color Harmonies of #F0FAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0FAE4

Black with #F0FAE4

Text Example


Text Example

White with #F0FAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0FAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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