Html Css Color HEX #F5FEDD Saltpan

📋 copy color: '#F5FEDD'

red 245 ◦ green 254 ◦ blue 221

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

Shades of Saltpan #F5FEDD

Tints of Saltpan #F5FEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 30.69%

R = 34.03%
G = 35.28%
B = 30.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#F5FEDD (or 0xF5FEDD) is known color: Saltpan. HEX triplet: F5, FE and DD. RGB value is (245,254,221). Sum of RGB (Red+Green+Blue) = 245+254+221=720 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.03% from 720); Green value is 254 (99.61% from 255 or 35.28% from 720); Blue value is 221 (86.72% from 255 or 30.69% from 720); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEDD is #0A0122. Grayscale: #F7F7F7. Windows color (decimal): -655651 or 14548725. OLE color: 14548725.

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

Color convert

RGB 245 254 221 -
CMYK 0.04 0 0.13 0.00
HSL 76.36º 0.94% 0.93% -
HSV(B) 76.36º 0.13% 1% -
XYZ 86.15 95.52 82.3 -
YUV 247.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 245 254 221 0.04 0 0.13 0.00 76.36 0.94 0.93
Hex F5 FE DD 4 0 D 0 4C 5E 5D
Octal 365 376 335 4 0 15 0 114 136 135
Binary 11110101 11111110 11011101 100 0 1101 0 1001100 1011110 1011101

Color Harmonies of #F5FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5FEDD

Black with #F5FEDD

Text Example


Text Example

White with #F5FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5FEDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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