Html Css Color HEX #FEFAA0 Pale Prim

📋 copy color: '#FEFAA0'

red 254 ◦ green 250 ◦ blue 160

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

Shades of Pale Prim #FEFAA0

Tints of Pale Prim #FEFAA0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.65%

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

R = 38.25%
G = 37.65%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FEFAA0 (or 0xFEFAA0) is known color: Pale Prim. HEX triplet: FE, FA and A0. RGB value is (254,250,160). Sum of RGB (Red+Green+Blue) = 254+250+160=664 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.25% from 664); Green value is 250 (98.05% from 255 or 37.65% from 664); Blue value is 160 (62.89% from 255 or 24.10% from 664); Max value from RGB is 254 - color contains mainly: red. Hex color #FEFAA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEFAA0 is #01055F. Grayscale: #F1F1F1. Windows color (decimal): -66912 or 10550014. OLE color: 10550014.

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

Color convert

RGB 254 250 160 -
CMYK 0 0.02 0.37 0.00
HSL 57.45º 0.98% 0.81% -
HSV(B) 57.45º 0.37% 1% -
XYZ 81.4 91.98 46.72 -
YUV 240.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 254 250 160 0 0.02 0.37 0.00 57.45 0.98 0.81
Hex FE FA A0 0 2 25 0 39 62 51
Octal 376 372 240 0 2 45 0 71 142 121
Binary 11111110 11111010 10100000 0 10 100101 0 111001 1100010 1010001

Color Harmonies of #FEFAA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEFAA0

Black with #FEFAA0

Text Example


Text Example

White with #FEFAA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEFAA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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