Html Css Color HEX #FEF2A2 Pale Prim

📋 copy color: '#FEF2A2'

red 254 ◦ green 242 ◦ blue 162

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

Shades of Pale Prim #FEF2A2

Tints of Pale Prim #FEF2A2

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.78%

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

R = 38.6%
G = 36.78%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEF2A2 (or 0xFEF2A2) is known color: Pale Prim. HEX triplet: FE, F2 and A2. RGB value is (254,242,162). Sum of RGB (Red+Green+Blue) = 254+242+162=658 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.60% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 162 (63.67% from 255 or 24.62% from 658); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF2A2 is #010D5D. Grayscale: #ECECEC. Windows color (decimal): -68958 or 10679038. OLE color: 10679038.

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

Color convert

RGB 254 242 162 -
CMYK 0 0.05 0.36 0.00
HSL 52.17º 0.98% 0.82% -
HSV(B) 52.17º 0.36% 1% -
XYZ 79.15 87.18 46.84 -
YUV 236.47 85.98 140.5 -
System Red Green Blue C M Y K H S L
Decimal 254 242 162 0 0.05 0.36 0.00 52.17 0.98 0.82
Hex FE F2 A2 0 5 24 0 34 62 52
Octal 376 362 242 0 5 44 0 64 142 122
Binary 11111110 11110010 10100010 0 101 100100 0 110100 1100010 1010010

Color Harmonies of #FEF2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF2A2

Black with #FEF2A2

Text Example


Text Example

White with #FEF2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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