Html Css Color HEX #FED7A2 Frangipani

📋 copy color: '#FED7A2'

red 254 ◦ green 215 ◦ blue 162

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

Shades of Frangipani #FED7A2

Tints of Frangipani #FED7A2

RGB

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

 GREEN value IS 215 (84.38% from 255) = 34.07%

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

R = 40.25%
G = 34.07%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FED7A2 (or 0xFED7A2) is known color: Frangipani. HEX triplet: FE, D7 and A2. RGB value is (254,215,162). Sum of RGB (Red+Green+Blue) = 254+215+162=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 162 (63.67% from 255 or 25.67% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FED7A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED7A2 is #01285D. Grayscale: #DCDCDC. Windows color (decimal): -75870 or 10672126. OLE color: 10672126.

HSL color Cylindrical-coordinate representation of color #FED7A2: hue angle of 34.57º 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 #FED7A2 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 215 162 -
CMYK 0 0.15 0.36 0.00
HSL 34.57º 0.98% 0.82% -
HSV(B) 34.57º 0.36% 1% -
XYZ 71.7 72.28 44.36 -
YUV 220.62 94.92 151.81 -
System Red Green Blue C M Y K H S L
Decimal 254 215 162 0 0.15 0.36 0.00 34.57 0.98 0.82
Hex FE D7 A2 0 F 24 0 23 62 52
Octal 376 327 242 0 17 44 0 43 142 122
Binary 11111110 11010111 10100010 0 1111 100100 0 100011 1100010 1010010

Color Harmonies of #FED7A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED7A2

Black with #FED7A2

Text Example


Text Example

White with #FED7A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED7A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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