Html Css Color HEX #FEDFA2 Cape Honey

📋 copy color: '#FEDFA2'

red 254 ◦ green 223 ◦ blue 162

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

Shades of Cape Honey #FEDFA2

Tints of Cape Honey #FEDFA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 25.35%

R = 39.75%
G = 34.9%
B = 25.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEDFA2 (or 0xFEDFA2) is known color: Cape Honey. HEX triplet: FE, DF and A2. RGB value is (254,223,162). Sum of RGB (Red+Green+Blue) = 254+223+162=639 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.75% from 639); Green value is 223 (87.5% from 255 or 34.90% from 639); Blue value is 162 (63.67% from 255 or 25.35% from 639); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDFA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDFA2 is #01205D. Grayscale: #E1E1E1. Windows color (decimal): -73822 or 10674174. OLE color: 10674174.

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

Color convert

RGB 254 223 162 -
CMYK 0 0.12 0.36 0.00
HSL 39.78º 0.98% 0.82% -
HSV(B) 39.78º 0.36% 1% -
XYZ 73.78 76.45 45.05 -
YUV 225.32 92.27 148.46 -
System Red Green Blue C M Y K H S L
Decimal 254 223 162 0 0.12 0.36 0.00 39.78 0.98 0.82
Hex FE DF A2 0 C 24 0 28 62 52
Octal 376 337 242 0 14 44 0 50 142 122
Binary 11111110 11011111 10100010 0 1100 100100 0 101000 1100010 1010010

Color Harmonies of #FEDFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDFA2

Black with #FEDFA2

Text Example


Text Example

White with #FEDFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDFA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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