Html Css Color HEX #FED2A2 Frangipani

📋 copy color: '#FED2A2'

red 254 ◦ green 210 ◦ blue 162

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

Shades of Frangipani #FED2A2

Tints of Frangipani #FED2A2

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.55%

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

R = 40.58%
G = 33.55%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FED2A2 (or 0xFED2A2) is known color: Frangipani. HEX triplet: FE, D2 and A2. RGB value is (254,210,162). Sum of RGB (Red+Green+Blue) = 254+210+162=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 210 (82.42% from 255 or 33.55% from 626); Blue value is 162 (63.67% from 255 or 25.88% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FED2A2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FED2A2 is #012D5D. Grayscale: #D9D9D9. Windows color (decimal): -77150 or 10670846. OLE color: 10670846.

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

Color convert

RGB 254 210 162 -
CMYK 0 0.17 0.36 0.00
HSL 31.3º 0.98% 0.82% -
HSV(B) 31.3º 0.36% 1% -
XYZ 70.44 69.77 43.94 -
YUV 217.68 96.58 153.9 -
System Red Green Blue C M Y K H S L
Decimal 254 210 162 0 0.17 0.36 0.00 31.3 0.98 0.82
Hex FE D2 A2 0 11 24 0 1F 62 52
Octal 376 322 242 0 21 44 0 37 142 122
Binary 11111110 11010010 10100010 0 10001 100100 0 11111 1100010 1010010

Color Harmonies of #FED2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED2A2

Black with #FED2A2

Text Example


Text Example

White with #FED2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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