Html Css Color HEX #FEDBA6 Cape Honey

📋 copy color: '#FEDBA6'

red 254 ◦ green 219 ◦ blue 166

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

Shades of Cape Honey #FEDBA6

Tints of Cape Honey #FEDBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 34.27%

 BLUE value IS 166 (65.23% from 255) = 25.98%

R = 39.75%
G = 34.27%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEDBA6 (or 0xFEDBA6) is known color: Cape Honey. HEX triplet: FE, DB and A6. RGB value is (254,219,166). Sum of RGB (Red+Green+Blue) = 254+219+166=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 219 (85.94% from 255 or 34.27% from 639); Blue value is 166 (65.23% from 255 or 25.98% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDBA6 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDBA6 is #012459. Grayscale: #DFDFDF. Windows color (decimal): -74842 or 10935294. OLE color: 10935294.

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

Color convert

RGB 254 219 166 -
CMYK 0 0.14 0.35 0.00
HSL 36.14º 0.98% 0.82% -
HSV(B) 36.14º 0.35% 1% -
XYZ 73.09 74.49 46.6 -
YUV 223.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 254 219 166 0 0.14 0.35 0.00 36.14 0.98 0.82
Hex FE DB A6 0 E 23 0 24 62 52
Octal 376 333 246 0 16 43 0 44 142 122
Binary 11111110 11011011 10100110 0 1110 100011 0 100100 1100010 1010010

Color Harmonies of #FEDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDBA6

Black with #FEDBA6

Text Example


Text Example

White with #FEDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDBA6; }

 p { color: rgb(254,219,166); }

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

background-color css

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

 a { background-color: rgb(254,219,166); }

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

border-color css

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

 span { border-color: rgb(254,219,166); }

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