Html Css Color HEX #FEDEA8 Cape Honey

📋 copy color: '#FEDEA8'

red 254 ◦ green 222 ◦ blue 168

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

Shades of Cape Honey #FEDEA8

Tints of Cape Honey #FEDEA8

RGB

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

 GREEN value IS 222 (87.11% from 255) = 34.47%

 BLUE value IS 168 (66.02% from 255) = 26.09%

R = 39.44%
G = 34.47%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.00

RGB Variations

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

Color information

#FEDEA8 (or 0xFEDEA8) is known color: Cape Honey. HEX triplet: FE, DE and A8. RGB value is (254,222,168). Sum of RGB (Red+Green+Blue) = 254+222+168=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 168 (66.02% from 255 or 26.09% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDEA8 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDEA8 is #012157. Grayscale: #E1E1E1. Windows color (decimal): -74072 or 11067134. OLE color: 11067134.

HSL color Cylindrical-coordinate representation of color #FEDEA8: hue angle of 37.67º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #FEDEA8 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 222 168 -
CMYK 0 0.13 0.34 0.00
HSL 37.67º 0.98% 0.83% -
HSV(B) 37.67º 0.34% 1% -
XYZ 74.06 76.14 47.84 -
YUV 225.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 254 222 168 0 0.13 0.34 0.00 37.67 0.98 0.83
Hex FE DE A8 0 D 22 0 26 62 53
Octal 376 336 250 0 15 42 0 46 142 123
Binary 11111110 11011110 10101000 0 1101 100010 0 100110 1100010 1010011

Color Harmonies of #FEDEA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDEA8

Black with #FEDEA8

Text Example


Text Example

White with #FEDEA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDEA8; }

 p { color: rgb(254,222,168); }

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

background-color css

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

 a { background-color: rgb(254,222,168); }

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

border-color css

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

 span { border-color: rgb(254,222,168); }

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