Html Css Color HEX #F5EBDC Island Spice

📋 copy color: '#F5EBDC'

red 245 ◦ green 235 ◦ blue 220

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

Shades of Island Spice #F5EBDC

Tints of Island Spice #F5EBDC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.57%

 BLUE value IS 220 (86.33% from 255) = 31.43%

R = 35%
G = 33.57%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.10

 K value IS 0.04

RGB Variations

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

Color information

#F5EBDC (or 0xF5EBDC) is known color: Island Spice. HEX triplet: F5, EB and DC. RGB value is (245,235,220). Sum of RGB (Red+Green+Blue) = 245+235+220=700 (92% of max value = 765). Red value is 245 (96.09% from 255 or 35% from 700); Green value is 235 (92.19% from 255 or 33.57% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBDC is #0A1423. Grayscale: #ECECEC. Windows color (decimal): -660516 or 14478325. OLE color: 14478325.

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

Color convert

RGB 245 235 220 -
CMYK 0 0.04 0.10 0.04
HSL 36º 0.56% 0.91% -
HSV(B) 36º 0.1% 0.96% -
XYZ 80.28 84 79.69 -
YUV 236.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 245 235 220 0 0.04 0.10 0.04 36 0.56 0.91
Hex F5 EB DC 0 4 A 4 24 38 5B
Octal 365 353 334 0 4 12 4 44 70 133
Binary 11110101 11101011 11011100 0 100 1010 100 100100 111000 1011011

Color Harmonies of #F5EBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5EBDC

Black with #F5EBDC

Text Example


Text Example

White with #F5EBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5EBDC; }

 p { color: rgb(245,235,220); }

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

background-color css

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

 a { background-color: rgb(245,235,220); }

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

border-color css

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

 span { border-color: rgb(245,235,220); }

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