Html Css Color HEX #F5FAF0 Saltpan

📋 copy color: '#F5FAF0'

red 245 ◦ green 250 ◦ blue 240

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

Shades of Saltpan #F5FAF0

Tints of Saltpan #F5FAF0

RGB

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

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

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

R = 33.33%
G = 34.01%
B = 32.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#F5FAF0 (or 0xF5FAF0) is known color: Saltpan. HEX triplet: F5, FA and F0. RGB value is (245,250,240). Sum of RGB (Red+Green+Blue) = 245+250+240=735 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.33% from 735); Green value is 250 (98.05% from 255 or 34.01% from 735); Blue value is 240 (94.14% from 255 or 32.65% from 735); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAF0 is #0A050F. Grayscale: #F7F7F7. Windows color (decimal): -656656 or 15792885. OLE color: 15792885.

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

Color convert

RGB 245 250 240 -
CMYK 0.02 0 0.04 0.02
HSL 90º 0.5% 0.96% -
HSV(B) 90º 0.04% 0.98% -
XYZ 87.57 94.07 95.98 -
YUV 247.37 123.84 126.31 -
System Red Green Blue C M Y K H S L
Decimal 245 250 240 0.02 0 0.04 0.02 90 0.5 0.96
Hex F5 FA F0 2 0 4 2 5A 32 60
Octal 365 372 360 2 0 4 2 132 62 140
Binary 11110101 11111010 11110000 10 0 100 10 1011010 110010 1100000

Color Harmonies of #F5FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FAF0

Black with #F5FAF0

Text Example


Text Example

White with #F5FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FAF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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