Html Css Color HEX #FFF9A1 Pale Prim

📋 copy color: '#FFF9A1'

red 255 ◦ green 249 ◦ blue 161

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

Shades of Pale Prim #FFF9A1

Tints of Pale Prim #FFF9A1

RGB

 RED value IS 255 (100% from 255) = 38.35%

 GREEN value IS 249 (97.66% from 255) = 37.44%

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

R = 38.35%
G = 37.44%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0

RGB Variations

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

Color information

#FFF9A1 (or 0xFFF9A1) is known color: Pale Prim. HEX triplet: FF, F9 and A1. RGB value is (255,249,161). Sum of RGB (Red+Green+Blue) = 255+249+161=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 249 (97.66% from 255 or 37.44% from 665); Blue value is 161 (63.28% from 255 or 24.21% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9A1 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9A1 is #00065E. Grayscale: #F1F1F1. Windows color (decimal): -1631 or 10615295. OLE color: 10615295.

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

Color convert

RGB 255 249 161 -
CMYK 0 0.02 0.37 0
HSL 56.17º 1% 0.82% -
HSV(B) 56.17º 0.37% 1% -
XYZ 81.55 91.58 47.1 -
YUV 240.76 82.99 138.16 -
System Red Green Blue C M Y K H S L
Decimal 255 249 161 0 0.02 0.37 0 56.17 1 0.82
Hex FF F9 A1 0 2 25 0 38 64 52
Octal 377 371 241 0 2 45 0 70 144 122
Binary 11111111 11111001 10100001 0 10 100101 0 111000 1100100 1010010

Color Harmonies of #FFF9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF9A1

Black with #FFF9A1

Text Example


Text Example

White with #FFF9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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