Html Css Color HEX #FEF49C Pale Prim

📋 copy color: '#FEF49C'

red 254 ◦ green 244 ◦ blue 156

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

Shades of Pale Prim #FEF49C

Tints of Pale Prim #FEF49C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 23.85%

R = 38.84%
G = 37.31%
B = 23.85%

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

#FEF49C (or 0xFEF49C) is known color: Pale Prim. HEX triplet: FE, F4 and 9C. RGB value is (254,244,156). Sum of RGB (Red+Green+Blue) = 254+244+156=654 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.84% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 156 (61.33% from 255 or 23.85% from 654); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF49C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF49C is #010B63. Grayscale: #EDEDED. Windows color (decimal): -68452 or 10286334. OLE color: 10286334.

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

Color convert

RGB 254 244 156 -
CMYK 0 0.04 0.39 0.00
HSL 53.88º 0.98% 0.8% -
HSV(B) 53.88º 0.39% 1% -
XYZ 79.22 88.17 44.3 -
YUV 236.96 82.31 140.16 -
System Red Green Blue C M Y K H S L
Decimal 254 244 156 0 0.04 0.39 0.00 53.88 0.98 0.8
Hex FE F4 9C 0 4 27 0 36 62 50
Octal 376 364 234 0 4 47 0 66 142 120
Binary 11111110 11110100 10011100 0 100 100111 0 110110 1100010 1010000

Color Harmonies of #FEF49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF49C

Black with #FEF49C

Text Example


Text Example

White with #FEF49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF49C; }

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

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

background-color css

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

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

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

border-color css

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

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

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