Html Css Color HEX #FEF6A0 Pale Prim

📋 copy color: '#FEF6A0'

red 254 ◦ green 246 ◦ blue 160

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

Shades of Pale Prim #FEF6A0

Tints of Pale Prim #FEF6A0

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.27%

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

R = 38.48%
G = 37.27%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEF6A0 (or 0xFEF6A0) is known color: Pale Prim. HEX triplet: FE, F6 and A0. RGB value is (254,246,160). Sum of RGB (Red+Green+Blue) = 254+246+160=660 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.48% from 660); Green value is 246 (96.48% from 255 or 37.27% from 660); Blue value is 160 (62.89% from 255 or 24.24% from 660); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A0 is #01095F. Grayscale: #EEEEEE. Windows color (decimal): -67936 or 10548990. OLE color: 10548990.

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

Color convert

RGB 254 246 160 -
CMYK 0 0.03 0.37 0.00
HSL 54.89º 0.98% 0.81% -
HSV(B) 54.89º 0.37% 1% -
XYZ 80.17 89.52 46.31 -
YUV 238.59 83.65 138.99 -
System Red Green Blue C M Y K H S L
Decimal 254 246 160 0 0.03 0.37 0.00 54.89 0.98 0.81
Hex FE F6 A0 0 3 25 0 37 62 51
Octal 376 366 240 0 3 45 0 67 142 121
Binary 11111110 11110110 10100000 0 11 100101 0 110111 1100010 1010001

Color Harmonies of #FEF6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6A0

Black with #FEF6A0

Text Example


Text Example

White with #FEF6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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