Html Css Color HEX #FED4A5 Frangipani

📋 copy color: '#FED4A5'

red 254 ◦ green 212 ◦ blue 165

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

Shades of Frangipani #FED4A5

Tints of Frangipani #FED4A5

RGB

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

 GREEN value IS 212 (83.2% from 255) = 33.6%

 BLUE value IS 165 (64.84% from 255) = 26.15%

R = 40.25%
G = 33.6%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FED4A5 (or 0xFED4A5) is known color: Frangipani. HEX triplet: FE, D4 and A5. RGB value is (254,212,165). Sum of RGB (Red+Green+Blue) = 254+212+165=631 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.25% from 631); Green value is 212 (83.20% from 255 or 33.60% from 631); Blue value is 165 (64.84% from 255 or 26.15% from 631); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4A5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4A5 is #012B5A. Grayscale: #DBDBDB. Windows color (decimal): -76635 or 10867966. OLE color: 10867966.

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

Color convert

RGB 254 212 165 -
CMYK 0 0.17 0.35 0.00
HSL 31.69º 0.98% 0.82% -
HSV(B) 31.69º 0.35% 1% -
XYZ 71.21 70.87 45.52 -
YUV 219.2 97.41 152.82 -
System Red Green Blue C M Y K H S L
Decimal 254 212 165 0 0.17 0.35 0.00 31.69 0.98 0.82
Hex FE D4 A5 0 11 23 0 20 62 52
Octal 376 324 245 0 21 43 0 40 142 122
Binary 11111110 11010100 10100101 0 10001 100011 0 100000 1100010 1010010

Color Harmonies of #FED4A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4A5

Black with #FED4A5

Text Example


Text Example

White with #FED4A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4A5; }

 p { color: rgb(254,212,165); }

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

background-color css

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

 a { background-color: rgb(254,212,165); }

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

border-color css

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

 span { border-color: rgb(254,212,165); }

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