Html Css Color HEX #FEF798 Pale Prim

📋 copy color: '#FEF798'

red 254 ◦ green 247 ◦ blue 152

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

Shades of Pale Prim #FEF798

Tints of Pale Prim #FEF798

RGB

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

 GREEN value IS 247 (96.88% from 255) = 37.83%

 BLUE value IS 152 (59.77% from 255) = 23.28%

R = 38.9%
G = 37.83%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.40

 K value IS 0.00

RGB Variations

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

Color information

#FEF798 (or 0xFEF798) is known color: Pale Prim. HEX triplet: FE, F7 and 98. RGB value is (254,247,152). Sum of RGB (Red+Green+Blue) = 254+247+152=653 (86% of max value = 765). Red value is 254 (99.61% from 255 or 38.90% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 152 (59.77% from 255 or 23.28% from 653); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF798 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF798 is #010867. Grayscale: #EEEEEE. Windows color (decimal): -67688 or 10024958. OLE color: 10024958.

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

Color convert

RGB 254 247 152 -
CMYK 0 0.03 0.40 0.00
HSL 55.88º 0.98% 0.8% -
HSV(B) 55.88º 0.4% 1% -
XYZ 79.8 89.86 42.84 -
YUV 238.26 79.32 139.22 -
System Red Green Blue C M Y K H S L
Decimal 254 247 152 0 0.03 0.40 0.00 55.88 0.98 0.8
Hex FE F7 98 0 3 28 0 38 62 50
Octal 376 367 230 0 3 50 0 70 142 120
Binary 11111110 11110111 10011000 0 11 101000 0 111000 1100010 1010000

Color Harmonies of #FEF798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF798

Black with #FEF798

Text Example


Text Example

White with #FEF798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF798; }

 p { color: rgb(254,247,152); }

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

background-color css

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

 a { background-color: rgb(254,247,152); }

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

border-color css

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

 span { border-color: rgb(254,247,152); }

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