Html Css Color HEX #FED4A4 Frangipani

📋 copy color: '#FED4A4'

red 254 ◦ green 212 ◦ blue 164

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

Shades of Frangipani #FED4A4

Tints of Frangipani #FED4A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 26.03%

R = 40.32%
G = 33.65%
B = 26.03%

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

#FED4A4 (or 0xFED4A4) is known color: Frangipani. HEX triplet: FE, D4 and A4. RGB value is (254,212,164). Sum of RGB (Red+Green+Blue) = 254+212+164=630 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.32% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 164 (64.45% from 255 or 26.03% from 630); Max value from RGB is 254 - color contains mainly: red. Hex color #FED4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED4A4 is #012B5B. Grayscale: #DBDBDB. Windows color (decimal): -76636 or 10802430. OLE color: 10802430.

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

Color convert

RGB 254 212 164 -
CMYK 0 0.17 0.35 0.00
HSL 32º 0.98% 0.82% -
HSV(B) 32º 0.35% 1% -
XYZ 71.12 70.84 45.05 -
YUV 219.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 254 212 164 0 0.17 0.35 0.00 32 0.98 0.82
Hex FE D4 A4 0 11 23 0 20 62 52
Octal 376 324 244 0 21 43 0 40 142 122
Binary 11111110 11010100 10100100 0 10001 100011 0 100000 1100010 1010010

Color Harmonies of #FED4A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED4A4

Black with #FED4A4

Text Example


Text Example

White with #FED4A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED4A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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