Html Css Color HEX #F8EFDC Island Spice

📋 copy color: '#F8EFDC'

red 248 ◦ green 239 ◦ blue 220

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

Shades of Island Spice #F8EFDC

Tints of Island Spice #F8EFDC

RGB

 RED value IS 248 (97.27% from 255) = 35.08%

 GREEN value IS 239 (93.75% from 255) = 33.8%

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

R = 35.08%
G = 33.8%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#F8EFDC (or 0xF8EFDC) is known color: Island Spice. HEX triplet: F8, EF and DC. RGB value is (248,239,220). Sum of RGB (Red+Green+Blue) = 248+239+220=707 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.08% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EFDC is #071023. Grayscale: #EFEFEF. Windows color (decimal): -462884 or 14479352. OLE color: 14479352.

HSL color Cylindrical-coordinate representation of color #F8EFDC: hue angle of 40.71º degrees, saturation: 0.67, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F8EFDC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 239 220 -
CMYK 0 0.04 0.11 0.03
HSL 40.71º 0.67% 0.92% -
HSV(B) 40.71º 0.11% 0.97% -
XYZ 82.5 86.86 80.13 -
YUV 239.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 248 239 220 0 0.04 0.11 0.03 40.71 0.67 0.92
Hex F8 EF DC 0 4 B 3 29 43 5C
Octal 370 357 334 0 4 13 3 51 103 134
Binary 11111000 11101111 11011100 0 100 1011 11 101001 1000011 1011100

Color Harmonies of #F8EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8EFDC

Black with #F8EFDC

Text Example


Text Example

White with #F8EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8EFDC; }

 p { color: rgb(248,239,220); }

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

background-color css

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

 a { background-color: rgb(248,239,220); }

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

border-color css

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

 span { border-color: rgb(248,239,220); }

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