Html Css Color HEX #FEF49B Pale Prim

📋 copy color: '#FEF49B'

red 254 ◦ green 244 ◦ blue 155

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

Shades of Pale Prim #FEF49B

Tints of Pale Prim #FEF49B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 23.74%

R = 38.9%
G = 37.37%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.00

RGB Variations

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

Color information

#FEF49B (or 0xFEF49B) is known color: Pale Prim. HEX triplet: FE, F4 and 9B. RGB value is (254,244,155). Sum of RGB (Red+Green+Blue) = 254+244+155=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 244 (95.70% from 255 or 37.37% from 653); Blue value is 155 (60.94% from 255 or 23.74% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF49B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF49B is #010B64. Grayscale: #EDEDED. Windows color (decimal): -68453 or 10220798. OLE color: 10220798.

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

Color convert

RGB 254 244 155 -
CMYK 0 0.04 0.39 0.00
HSL 53.94º 0.98% 0.8% -
HSV(B) 53.94º 0.39% 1% -
XYZ 79.14 88.14 43.85 -
YUV 236.84 81.81 140.24 -
System Red Green Blue C M Y K H S L
Decimal 254 244 155 0 0.04 0.39 0.00 53.94 0.98 0.8
Hex FE F4 9B 0 4 27 0 36 62 50
Octal 376 364 233 0 4 47 0 66 142 120
Binary 11111110 11110100 10011011 0 100 100111 0 110110 1100010 1010000

Color Harmonies of #FEF49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF49B

Black with #FEF49B

Text Example


Text Example

White with #FEF49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF49B; }

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

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

background-color css

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

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

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

border-color css

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

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

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