Html Css Color HEX #FDE8CA Blanched Almond

📋 copy color: '#FDE8CA'

red 253 ◦ green 232 ◦ blue 202

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

Shades of Blanched Almond #FDE8CA

Tints of Blanched Almond #FDE8CA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 33.77%

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

R = 36.83%
G = 33.77%
B = 29.4%

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

#FDE8CA (or 0xFDE8CA) is known color: Blanched Almond. HEX triplet: FD, E8 and CA. RGB value is (253,232,202). Sum of RGB (Red+Green+Blue) = 253+232+202=687 (90% of max value = 765). Red value is 253 (99.22% from 255 or 36.83% from 687); Green value is 232 (91.02% from 255 or 33.77% from 687); Blue value is 202 (79.30% from 255 or 29.40% from 687); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDE8CA is #021735. Grayscale: #EAEAEA. Windows color (decimal): -137014 or 13297917. OLE color: 13297917.

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

Color convert

RGB 253 232 202 -
CMYK 0 0.08 0.20 0.01
HSL 35.29º 0.93% 0.89% -
HSV(B) 35.29º 0.2% 0.99% -
XYZ 80.03 82.86 67.65 -
YUV 234.86 109.46 140.94 -
System Red Green Blue C M Y K H S L
Decimal 253 232 202 0 0.08 0.20 0.01 35.29 0.93 0.89
Hex FD E8 CA 0 8 14 1 23 5D 59
Octal 375 350 312 0 10 24 1 43 135 131
Binary 11111101 11101000 11001010 0 1000 10100 1 100011 1011101 1011001

Color Harmonies of #FDE8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE8CA

Black with #FDE8CA

Text Example


Text Example

White with #FDE8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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