Html Css Color HEX #F5EADA Island Spice

📋 copy color: '#F5EADA'

red 245 ◦ green 234 ◦ blue 218

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

Shades of Island Spice #F5EADA

Tints of Island Spice #F5EADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.57%

 BLUE value IS 218 (85.55% from 255) = 31.28%

R = 35.15%
G = 33.57%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#F5EADA (or 0xF5EADA) is known color: Island Spice. HEX triplet: F5, EA and DA. RGB value is (245,234,218). Sum of RGB (Red+Green+Blue) = 245+234+218=697 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35.15% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 218 (85.55% from 255 or 31.28% from 697); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EADA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EADA is #0A1525. Grayscale: #EBEBEB. Windows color (decimal): -660774 or 14346997. OLE color: 14346997.

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

Color convert

RGB 245 234 218 -
CMYK 0 0.04 0.11 0.04
HSL 35.56º 0.57% 0.91% -
HSV(B) 35.56º 0.11% 0.96% -
XYZ 79.73 83.32 78.21 -
YUV 235.47 118.14 134.8 -
System Red Green Blue C M Y K H S L
Decimal 245 234 218 0 0.04 0.11 0.04 35.56 0.57 0.91
Hex F5 EA DA 0 4 B 4 24 39 5B
Octal 365 352 332 0 4 13 4 44 71 133
Binary 11110101 11101010 11011010 0 100 1011 100 100100 111001 1011011

Color Harmonies of #F5EADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EADA

Black with #F5EADA

Text Example


Text Example

White with #F5EADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EADA; }

 p { color: rgb(245,234,218); }

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

background-color css

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

 a { background-color: rgb(245,234,218); }

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

border-color css

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

 span { border-color: rgb(245,234,218); }

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