Html Css Color HEX #FEF3A0 Pale Prim

📋 copy color: '#FEF3A0'

red 254 ◦ green 243 ◦ blue 160

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

Shades of Pale Prim #FEF3A0

Tints of Pale Prim #FEF3A0

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.99%

 BLUE value IS 160 (62.89% from 255) = 24.35%

R = 38.66%
G = 36.99%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEF3A0 (or 0xFEF3A0) is known color: Pale Prim. HEX triplet: FE, F3 and A0. RGB value is (254,243,160). Sum of RGB (Red+Green+Blue) = 254+243+160=657 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.66% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 160 (62.89% from 255 or 24.35% from 657); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF3A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF3A0 is #010C5F. Grayscale: #EDEDED. Windows color (decimal): -68704 or 10548222. OLE color: 10548222.

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

Color convert

RGB 254 243 160 -
CMYK 0 0.04 0.37 0.00
HSL 52.98º 0.98% 0.81% -
HSV(B) 52.98º 0.37% 1% -
XYZ 79.27 87.71 46.01 -
YUV 236.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 254 243 160 0 0.04 0.37 0.00 52.98 0.98 0.81
Hex FE F3 A0 0 4 25 0 35 62 51
Octal 376 363 240 0 4 45 0 65 142 121
Binary 11111110 11110011 10100000 0 100 100101 0 110101 1100010 1010001

Color Harmonies of #FEF3A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF3A0

Black with #FEF3A0

Text Example


Text Example

White with #FEF3A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF3A0; }

 p { color: rgb(254,243,160); }

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

background-color css

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

 a { background-color: rgb(254,243,160); }

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

border-color css

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

 span { border-color: rgb(254,243,160); }

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