Html Css Color HEX #FDEDCD Blanched Almond

📋 copy color: '#FDEDCD'

red 253 ◦ green 237 ◦ blue 205

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

Shades of Blanched Almond #FDEDCD

Tints of Blanched Almond #FDEDCD

RGB

 RED value IS 253 (99.22% from 255) = 36.4%

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

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

R = 36.4%
G = 34.1%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDEDCD (or 0xFDEDCD) is known color: Blanched Almond. HEX triplet: FD, ED and CD. RGB value is (253,237,205). Sum of RGB (Red+Green+Blue) = 253+237+205=695 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.40% from 695); Green value is 237 (92.97% from 255 or 34.10% from 695); Blue value is 205 (80.47% from 255 or 29.50% from 695); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEDCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEDCD is #021232. Grayscale: #EEEEEE. Windows color (decimal): -135731 or 13495805. OLE color: 13495805.

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

Color convert

RGB 253 237 205 -
CMYK 0 0.06 0.19 0.01
HSL 40º 0.92% 0.9% -
HSV(B) 40º 0.19% 0.99% -
XYZ 81.81 85.86 70.02 -
YUV 238.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 253 237 205 0 0.06 0.19 0.01 40 0.92 0.9
Hex FD ED CD 0 6 13 1 28 5C 5A
Octal 375 355 315 0 6 23 1 50 134 132
Binary 11111101 11101101 11001101 0 110 10011 1 101000 1011100 1011010

Color Harmonies of #FDEDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEDCD

Black with #FDEDCD

Text Example


Text Example

White with #FDEDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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