Html Css Color HEX #FDEACA Blanched Almond

📋 copy color: '#FDEACA'

red 253 ◦ green 234 ◦ blue 202

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

Shades of Blanched Almond #FDEACA

Tints of Blanched Almond #FDEACA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 33.96%

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

R = 36.72%
G = 33.96%
B = 29.32%

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

#FDEACA (or 0xFDEACA) is known color: Blanched Almond. HEX triplet: FD, EA and CA. RGB value is (253,234,202). Sum of RGB (Red+Green+Blue) = 253+234+202=689 (91% of max value = 765). Red value is 253 (99.22% from 255 or 36.72% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEACA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FDEACA is #021535. Grayscale: #ECECEC. Windows color (decimal): -136502 or 13298429. OLE color: 13298429.

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

Color convert

RGB 253 234 202 -
CMYK 0 0.08 0.20 0.01
HSL 37.65º 0.93% 0.89% -
HSV(B) 37.65º 0.2% 0.99% -
XYZ 80.59 83.99 67.84 -
YUV 236.03 108.79 140.1 -
System Red Green Blue C M Y K H S L
Decimal 253 234 202 0 0.08 0.20 0.01 37.65 0.93 0.89
Hex FD EA CA 0 8 14 1 26 5D 59
Octal 375 352 312 0 10 24 1 46 135 131
Binary 11111101 11101010 11001010 0 1000 10100 1 100110 1011101 1011001

Color Harmonies of #FDEACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDEACA

Black with #FDEACA

Text Example


Text Example

White with #FDEACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDEACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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