Html Css Color HEX #FFEDCE Blanched Almond

📋 copy color: '#FFEDCE'

red 255 ◦ green 237 ◦ blue 206

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

Shades of Blanched Almond #FFEDCE

Tints of Blanched Almond #FFEDCE

RGB

 RED value IS 255 (100% from 255) = 36.53%

 GREEN value IS 237 (92.97% from 255) = 33.95%

 BLUE value IS 206 (80.86% from 255) = 29.51%

R = 36.53%
G = 33.95%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#FFEDCE (or 0xFFEDCE) is known color: Blanched Almond. HEX triplet: FF, ED and CE. RGB value is (255,237,206). Sum of RGB (Red+Green+Blue) = 255+237+206=698 (92% of max value = 765). Red value is 255 (100% from 255 or 36.53% from 698); Green value is 237 (92.97% from 255 or 33.95% from 698); Blue value is 206 (80.86% from 255 or 29.51% from 698); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCE is #001231. Grayscale: #EEEEEE. Windows color (decimal): -4658 or 13561343. OLE color: 13561343.

HSL color Cylindrical-coordinate representation of color #FFEDCE: hue angle of 37.96º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FFEDCE is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 255 237 206 -
CMYK 0 0.07 0.19 0
HSL 37.96º 1% 0.9% -
HSV(B) 37.96º 0.19% 1% -
XYZ 82.66 86.28 70.69 -
YUV 238.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 255 237 206 0 0.07 0.19 0 37.96 1 0.9
Hex FF ED CE 0 7 13 0 26 64 5A
Octal 377 355 316 0 7 23 0 46 144 132
Binary 11111111 11101101 11001110 0 111 10011 0 100110 1100100 1011010

Color Harmonies of #FFEDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDCE

Black with #FFEDCE

Text Example


Text Example

White with #FFEDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDCE; }

 p { color: rgb(255,237,206); }

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

background-color css

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

 a { background-color: rgb(255,237,206); }

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

border-color css

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

 span { border-color: rgb(255,237,206); }

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