Html Css Color HEX #FEEAC6 Blanched Almond

📋 copy color: '#FEEAC6'

red 254 ◦ green 234 ◦ blue 198

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

Shades of Blanched Almond #FEEAC6

Tints of Blanched Almond #FEEAC6

RGB

 RED value IS 254 (99.61% from 255) = 37.03%

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

 BLUE value IS 198 (77.73% from 255) = 28.86%

R = 37.03%
G = 34.11%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.22

 K value IS 0.00

RGB Variations

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

Color information

#FEEAC6 (or 0xFEEAC6) is known color: Blanched Almond. HEX triplet: FE, EA and C6. RGB value is (254,234,198). Sum of RGB (Red+Green+Blue) = 254+234+198=686 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.03% from 686); Green value is 234 (91.80% from 255 or 34.11% from 686); Blue value is 198 (77.73% from 255 or 28.86% from 686); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAC6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FEEAC6 is #011539. Grayscale: #ECECEC. Windows color (decimal): -70970 or 13036286. OLE color: 13036286.

HSL color Cylindrical-coordinate representation of color #FEEAC6: hue angle of 38.57º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FEEAC6 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 234 198 -
CMYK 0 0.08 0.22 0.00
HSL 38.57º 0.97% 0.89% -
HSV(B) 38.57º 0.22% 1% -
XYZ 80.49 83.99 65.4 -
YUV 235.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 254 234 198 0 0.08 0.22 0.00 38.57 0.97 0.89
Hex FE EA C6 0 8 16 0 27 61 59
Octal 376 352 306 0 10 26 0 47 141 131
Binary 11111110 11101010 11000110 0 1000 10110 0 100111 1100001 1011001

Color Harmonies of #FEEAC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEEAC6

Black with #FEEAC6

Text Example


Text Example

White with #FEEAC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEEAC6; }

 p { color: rgb(254,234,198); }

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

background-color css

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

 a { background-color: rgb(254,234,198); }

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

border-color css

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

 span { border-color: rgb(254,234,198); }

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