Html Css Color HEX #FDE9CA Blanched Almond

📋 copy color: '#FDE9CA'

red 253 ◦ green 233 ◦ blue 202

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

Shades of Blanched Almond #FDE9CA

Tints of Blanched Almond #FDE9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.87%

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

R = 36.77%
G = 33.87%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.01

RGB Variations

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

Color information

#FDE9CA (or 0xFDE9CA) is known color: Blanched Almond. HEX triplet: FD, E9 and CA. RGB value is (253,233,202). Sum of RGB (Red+Green+Blue) = 253+233+202=688 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.77% from 688); Green value is 233 (91.41% from 255 or 33.87% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE9CA is #021635. Grayscale: #EBEBEB. Windows color (decimal): -136758 or 13298173. OLE color: 13298173.

HSL color Cylindrical-coordinate representation of color #FDE9CA: hue angle of 36.47º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FDE9CA is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 233 202 -
CMYK 0 0.08 0.20 0.01
HSL 36.47º 0.93% 0.89% -
HSV(B) 36.47º 0.2% 0.99% -
XYZ 80.31 83.42 67.75 -
YUV 235.45 109.13 140.52 -
System Red Green Blue C M Y K H S L
Decimal 253 233 202 0 0.08 0.20 0.01 36.47 0.93 0.89
Hex FD E9 CA 0 8 14 1 24 5D 59
Octal 375 351 312 0 10 24 1 44 135 131
Binary 11111101 11101001 11001010 0 1000 10100 1 100100 1011101 1011001

Color Harmonies of #FDE9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE9CA

Black with #FDE9CA

Text Example


Text Example

White with #FDE9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE9CA; }

 p { color: rgb(253,233,202); }

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

background-color css

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

 a { background-color: rgb(253,233,202); }

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

border-color css

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

 span { border-color: rgb(253,233,202); }

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