Html Css Color HEX #FFEDCA Blanched Almond

📋 copy color: '#FFEDCA'

red 255 ◦ green 237 ◦ blue 202

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

Shades of Blanched Almond #FFEDCA

Tints of Blanched Almond #FFEDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 29.11%

R = 36.74%
G = 34.15%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#FFEDCA (or 0xFFEDCA) is known color: Blanched Almond. HEX triplet: FF, ED and CA. RGB value is (255,237,202). Sum of RGB (Red+Green+Blue) = 255+237+202=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 202 (79.30% from 255 or 29.11% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEDCA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEDCA is #001235. Grayscale: #EEEEEE. Windows color (decimal): -4662 or 13299199. OLE color: 13299199.

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

Color convert

RGB 255 237 202 -
CMYK 0 0.07 0.21 0
HSL 39.62º 1% 0.9% -
HSV(B) 39.62º 0.21% 1% -
XYZ 82.18 86.09 68.16 -
YUV 238.39 107.46 139.85 -
System Red Green Blue C M Y K H S L
Decimal 255 237 202 0 0.07 0.21 0 39.62 1 0.9
Hex FF ED CA 0 7 15 0 28 64 5A
Octal 377 355 312 0 7 25 0 50 144 132
Binary 11111111 11101101 11001010 0 111 10101 0 101000 1100100 1011010

Color Harmonies of #FFEDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFEDCA

Black with #FFEDCA

Text Example


Text Example

White with #FFEDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFEDCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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