Html Css Color HEX #FDECCD Blanched Almond

📋 copy color: '#FDECCD'

red 253 ◦ green 236 ◦ blue 205

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

Shades of Blanched Almond #FDECCD

Tints of Blanched Almond #FDECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.01%

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

R = 36.46%
G = 34.01%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#FDECCD (or 0xFDECCD) is known color: Blanched Almond. HEX triplet: FD, EC and CD. RGB value is (253,236,205). Sum of RGB (Red+Green+Blue) = 253+236+205=694 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.46% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 205 (80.47% from 255 or 29.54% from 694); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDECCD is #021332. Grayscale: #EDEDED. Windows color (decimal): -135987 or 13495549. OLE color: 13495549.

HSL color Cylindrical-coordinate representation of color #FDECCD: hue angle of 38.75º 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 #FDECCD is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 236 205 -
CMYK 0 0.07 0.19 0.01
HSL 38.75º 0.92% 0.9% -
HSV(B) 38.75º 0.19% 0.99% -
XYZ 81.52 85.28 69.92 -
YUV 237.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 253 236 205 0 0.07 0.19 0.01 38.75 0.92 0.9
Hex FD EC CD 0 7 13 1 27 5C 5A
Octal 375 354 315 0 7 23 1 47 134 132
Binary 11111101 11101100 11001101 0 111 10011 1 100111 1011100 1011010

Color Harmonies of #FDECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDECCD

Black with #FDECCD

Text Example


Text Example

White with #FDECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDECCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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