Html Css Color HEX #FEF49D Pale Prim

📋 copy color: '#FEF49D'

red 254 ◦ green 244 ◦ blue 157

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

Shades of Pale Prim #FEF49D

Tints of Pale Prim #FEF49D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.25%

 BLUE value IS 157 (61.72% from 255) = 23.97%

R = 38.78%
G = 37.25%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FEF49D (or 0xFEF49D) is known color: Pale Prim. HEX triplet: FE, F4 and 9D. RGB value is (254,244,157). Sum of RGB (Red+Green+Blue) = 254+244+157=655 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.78% from 655); Green value is 244 (95.70% from 255 or 37.25% from 655); Blue value is 157 (61.72% from 255 or 23.97% from 655); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF49D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF49D is #010B62. Grayscale: #EDEDED. Windows color (decimal): -68451 or 10351870. OLE color: 10351870.

HSL color Cylindrical-coordinate representation of color #FEF49D: hue angle of 53.81º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FEF49D is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 244 157 -
CMYK 0 0.04 0.38 0.00
HSL 53.81º 0.98% 0.81% -
HSV(B) 53.81º 0.38% 1% -
XYZ 79.31 88.21 44.74 -
YUV 237.07 82.81 140.07 -
System Red Green Blue C M Y K H S L
Decimal 254 244 157 0 0.04 0.38 0.00 53.81 0.98 0.81
Hex FE F4 9D 0 4 26 0 36 62 51
Octal 376 364 235 0 4 46 0 66 142 121
Binary 11111110 11110100 10011101 0 100 100110 0 110110 1100010 1010001

Color Harmonies of #FEF49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF49D

Black with #FEF49D

Text Example


Text Example

White with #FEF49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF49D; }

 p { color: rgb(254,244,157); }

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

background-color css

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

 a { background-color: rgb(254,244,157); }

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

border-color css

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

 span { border-color: rgb(254,244,157); }

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