Html Css Color HEX #FEF6A2 Pale Prim

📋 copy color: '#FEF6A2'

red 254 ◦ green 246 ◦ blue 162

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

Shades of Pale Prim #FEF6A2

Tints of Pale Prim #FEF6A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 24.47%

R = 38.37%
G = 37.16%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FEF6A2 (or 0xFEF6A2) is known color: Pale Prim. HEX triplet: FE, F6 and A2. RGB value is (254,246,162). Sum of RGB (Red+Green+Blue) = 254+246+162=662 (87% of max value = 765). Red value is 254 (99.61% from 255 or 38.37% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 162 (63.67% from 255 or 24.47% from 662); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6A2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF6A2 is #01095D. Grayscale: #EFEFEF. Windows color (decimal): -67934 or 10680062. OLE color: 10680062.

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

Color convert

RGB 254 246 162 -
CMYK 0 0.03 0.36 0.00
HSL 54.78º 0.98% 0.82% -
HSV(B) 54.78º 0.36% 1% -
XYZ 80.35 89.59 47.24 -
YUV 238.82 84.65 138.83 -
System Red Green Blue C M Y K H S L
Decimal 254 246 162 0 0.03 0.36 0.00 54.78 0.98 0.82
Hex FE F6 A2 0 3 24 0 37 62 52
Octal 376 366 242 0 3 44 0 67 142 122
Binary 11111110 11110110 10100010 0 11 100100 0 110111 1100010 1010010

Color Harmonies of #FEF6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF6A2

Black with #FEF6A2

Text Example


Text Example

White with #FEF6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF6A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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