Html Css Color HEX #FEF5A5 Pale Prim

📋 copy color: '#FEF5A5'

red 254 ◦ green 245 ◦ blue 165

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

Shades of Pale Prim #FEF5A5

Tints of Pale Prim #FEF5A5

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.9%

 BLUE value IS 165 (64.84% from 255) = 24.85%

R = 38.25%
G = 36.9%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FEF5A5 (or 0xFEF5A5) is known color: Pale Prim. HEX triplet: FE, F5 and A5. RGB value is (254,245,165). Sum of RGB (Red+Green+Blue) = 254+245+165=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 165 (64.84% from 255 or 24.85% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF5A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF5A5 is #010A5A. Grayscale: #EEEEEE. Windows color (decimal): -68187 or 10876414. OLE color: 10876414.

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

Color convert

RGB 254 245 165 -
CMYK 0 0.04 0.35 0.00
HSL 53.93º 0.98% 0.82% -
HSV(B) 53.93º 0.35% 1% -
XYZ 80.32 89.09 48.56 -
YUV 238.57 86.48 139 -
System Red Green Blue C M Y K H S L
Decimal 254 245 165 0 0.04 0.35 0.00 53.93 0.98 0.82
Hex FE F5 A5 0 4 23 0 36 62 52
Octal 376 365 245 0 4 43 0 66 142 122
Binary 11111110 11110101 10100101 0 100 100011 0 110110 1100010 1010010

Color Harmonies of #FEF5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF5A5

Black with #FEF5A5

Text Example


Text Example

White with #FEF5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF5A5; }

 p { color: rgb(254,245,165); }

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

background-color css

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

 a { background-color: rgb(254,245,165); }

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

border-color css

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

 span { border-color: rgb(254,245,165); }

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