Html Css Color HEX #FEDFA1 Cape Honey

📋 copy color: '#FEDFA1'

red 254 ◦ green 223 ◦ blue 161

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

Shades of Cape Honey #FEDFA1

Tints of Cape Honey #FEDFA1

RGB

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

 GREEN value IS 223 (87.5% from 255) = 34.95%

 BLUE value IS 161 (63.28% from 255) = 25.24%

R = 39.81%
G = 34.95%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEDFA1 (or 0xFEDFA1) is known color: Cape Honey. HEX triplet: FE, DF and A1. RGB value is (254,223,161). Sum of RGB (Red+Green+Blue) = 254+223+161=638 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.81% from 638); Green value is 223 (87.5% from 255 or 34.95% from 638); Blue value is 161 (63.28% from 255 or 25.24% from 638); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFA1 is #01205E. Grayscale: #E1E1E1. Windows color (decimal): -73823 or 10608638. OLE color: 10608638.

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

Color convert

RGB 254 223 161 -
CMYK 0 0.12 0.37 0.00
HSL 40º 0.98% 0.81% -
HSV(B) 40º 0.37% 1% -
XYZ 73.69 76.42 44.58 -
YUV 225.2 91.77 148.54 -
System Red Green Blue C M Y K H S L
Decimal 254 223 161 0 0.12 0.37 0.00 40 0.98 0.81
Hex FE DF A1 0 C 25 0 28 62 51
Octal 376 337 241 0 14 45 0 50 142 121
Binary 11111110 11011111 10100001 0 1100 100101 0 101000 1100010 1010001

Color Harmonies of #FEDFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFA1

Black with #FEDFA1

Text Example


Text Example

White with #FEDFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFA1; }

 p { color: rgb(254,223,161); }

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

background-color css

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

 a { background-color: rgb(254,223,161); }

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

border-color css

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

 span { border-color: rgb(254,223,161); }

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