Html Css Color HEX #F6EBD5 Island Spice

📋 copy color: '#F6EBD5'

red 246 ◦ green 235 ◦ blue 213

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

Shades of Island Spice #F6EBD5

Tints of Island Spice #F6EBD5

RGB

 RED value IS 246 (96.48% from 255) = 35.45%

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

 BLUE value IS 213 (83.59% from 255) = 30.69%

R = 35.45%
G = 33.86%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F6EBD5 (or 0xF6EBD5) is known color: Island Spice. HEX triplet: F6, EB and D5. RGB value is (246,235,213). Sum of RGB (Red+Green+Blue) = 246+235+213=694 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.45% from 694); Green value is 235 (92.19% from 255 or 33.86% from 694); Blue value is 213 (83.59% from 255 or 30.69% from 694); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBD5 is #09142A. Grayscale: #EBEBEB. Windows color (decimal): -594987 or 14019574. OLE color: 14019574.

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

Color convert

RGB 246 235 213 -
CMYK 0 0.04 0.13 0.04
HSL 40º 0.65% 0.9% -
HSV(B) 40º 0.13% 0.96% -
XYZ 79.72 83.81 74.93 -
YUV 235.78 115.14 135.29 -
System Red Green Blue C M Y K H S L
Decimal 246 235 213 0 0.04 0.13 0.04 40 0.65 0.9
Hex F6 EB D5 0 4 D 4 28 41 5A
Octal 366 353 325 0 4 15 4 50 101 132
Binary 11110110 11101011 11010101 0 100 1101 100 101000 1000001 1011010

Color Harmonies of #F6EBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6EBD5

Black with #F6EBD5

Text Example


Text Example

White with #F6EBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6EBD5; }

 p { color: rgb(246,235,213); }

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

background-color css

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

 a { background-color: rgb(246,235,213); }

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

border-color css

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

 span { border-color: rgb(246,235,213); }

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