Html Css Color HEX #FFEDD1 Blanched Almond

📋 copy color: '#FFEDD1'

red 255 ◦ green 237 ◦ blue 209

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

Shades of Blanched Almond #FFEDD1

Tints of Blanched Almond #FFEDD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 29.81%

R = 36.38%
G = 33.81%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0

RGB Variations

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

Color information

#FFEDD1 (or 0xFFEDD1) is known color: Blanched Almond. HEX triplet: FF, ED and D1. RGB value is (255,237,209). Sum of RGB (Red+Green+Blue) = 255+237+209=701 (92% of max value = 765). Red value is 255 (100% from 255 or 36.38% from 701); Green value is 237 (92.97% from 255 or 33.81% from 701); Blue value is 209 (82.03% from 255 or 29.81% from 701); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDD1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDD1 is #00122E. Grayscale: #EFEFEF. Windows color (decimal): -4655 or 13757951. OLE color: 13757951.

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

Color convert

RGB 255 237 209 -
CMYK 0 0.07 0.18 0
HSL 36.52º 1% 0.91% -
HSV(B) 36.52º 0.18% 1% -
XYZ 83.03 86.43 72.63 -
YUV 239.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 255 237 209 0 0.07 0.18 0 36.52 1 0.91
Hex FF ED D1 0 7 12 0 25 64 5B
Octal 377 355 321 0 7 22 0 45 144 133
Binary 11111111 11101101 11010001 0 111 10010 0 100101 1100100 1011011

Color Harmonies of #FFEDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDD1

Black with #FFEDD1

Text Example


Text Example

White with #FFEDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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