Html Css Color HEX #FEEDCD Blanched Almond

📋 copy color: '#FEEDCD'

red 254 ◦ green 237 ◦ blue 205

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

Shades of Blanched Almond #FEEDCD

Tints of Blanched Almond #FEEDCD

RGB

 RED value IS 254 (99.61% from 255) = 36.49%

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

 BLUE value IS 205 (80.47% from 255) = 29.45%

R = 36.49%
G = 34.05%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#FEEDCD (or 0xFEEDCD) is known color: Blanched Almond. HEX triplet: FE, ED and CD. RGB value is (254,237,205). Sum of RGB (Red+Green+Blue) = 254+237+205=696 (92% of max value = 765). Red value is 254 (99.61% from 255 or 36.49% from 696); Green value is 237 (92.97% from 255 or 34.05% from 696); Blue value is 205 (80.47% from 255 or 29.45% from 696); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEDCD is #011232. Grayscale: #EEEEEE. Windows color (decimal): -70195 or 13495806. OLE color: 13495806.

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

Color convert

RGB 254 237 205 -
CMYK 0 0.07 0.19 0.00
HSL 39.18º 0.96% 0.9% -
HSV(B) 39.18º 0.19% 1% -
XYZ 82.18 86.05 70.04 -
YUV 238.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 254 237 205 0 0.07 0.19 0.00 39.18 0.96 0.9
Hex FE ED CD 0 7 13 0 27 60 5A
Octal 376 355 315 0 7 23 0 47 140 132
Binary 11111110 11101101 11001101 0 111 10011 0 100111 1100000 1011010

Color Harmonies of #FEEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEDCD

Black with #FEEDCD

Text Example


Text Example

White with #FEEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEDCD; }

 p { color: rgb(254,237,205); }

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

background-color css

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

 a { background-color: rgb(254,237,205); }

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

border-color css

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

 span { border-color: rgb(254,237,205); }

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