Html Css Color HEX #F9EFA1 Pale Prim

📋 copy color: '#F9EFA1'

red 249 ◦ green 239 ◦ blue 161

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

Shades of Pale Prim #F9EFA1

Tints of Pale Prim #F9EFA1

RGB

 RED value IS 249 (97.66% from 255) = 38.37%

 GREEN value IS 239 (93.75% from 255) = 36.83%

 BLUE value IS 161 (63.28% from 255) = 24.81%

R = 38.37%
G = 36.83%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#F9EFA1 (or 0xF9EFA1) is known color: Pale Prim. HEX triplet: F9, EF and A1. RGB value is (249,239,161). Sum of RGB (Red+Green+Blue) = 249+239+161=649 (85% of max value = 765). Red value is 249 (97.66% from 255 or 38.37% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 161 (63.28% from 255 or 24.81% from 649); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EFA1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9EFA1 is #06105E. Grayscale: #E9E9E9. Windows color (decimal): -397407 or 10612729. OLE color: 10612729.

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

Color convert

RGB 249 239 161 -
CMYK 0 0.04 0.35 0.02
HSL 53.18º 0.88% 0.8% -
HSV(B) 53.18º 0.35% 0.98% -
XYZ 76.37 84.45 45.99 -
YUV 233.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 249 239 161 0 0.04 0.35 0.02 53.18 0.88 0.8
Hex F9 EF A1 0 4 23 2 35 58 50
Octal 371 357 241 0 4 43 2 65 130 120
Binary 11111001 11101111 10100001 0 100 100011 10 110101 1011000 1010000

Color Harmonies of #F9EFA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9EFA1

Black with #F9EFA1

Text Example


Text Example

White with #F9EFA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9EFA1; }

 p { color: rgb(249,239,161); }

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

background-color css

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

 a { background-color: rgb(249,239,161); }

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

border-color css

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

 span { border-color: rgb(249,239,161); }

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