Html Css Color HEX #FFF9A0 Pale Prim

📋 copy color: '#FFF9A0'

red 255 ◦ green 249 ◦ blue 160

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

Shades of Pale Prim #FFF9A0

Tints of Pale Prim #FFF9A0

RGB

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

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

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

R = 38.4%
G = 37.5%
B = 24.1%

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

#FFF9A0 (or 0xFFF9A0) is known color: Pale Prim. HEX triplet: FF, F9 and A0. RGB value is (255,249,160). Sum of RGB (Red+Green+Blue) = 255+249+160=664 (87% of max value = 765). Red value is 255 (100% from 255 or 38.40% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 160 (62.89% from 255 or 24.10% from 664); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF9A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF9A0 is #00065F. Grayscale: #F1F1F1. Windows color (decimal): -1632 or 10549759. OLE color: 10549759.

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

Color convert

RGB 255 249 160 -
CMYK 0 0.02 0.37 0
HSL 56.21º 1% 0.81% -
HSV(B) 56.21º 0.37% 1% -
XYZ 81.46 91.55 46.64 -
YUV 240.65 82.49 138.24 -
System Red Green Blue C M Y K H S L
Decimal 255 249 160 0 0.02 0.37 0 56.21 1 0.81
Hex FF F9 A0 0 2 25 0 38 64 51
Octal 377 371 240 0 2 45 0 70 144 121
Binary 11111111 11111001 10100000 0 10 100101 0 111000 1100100 1010001

Color Harmonies of #FFF9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF9A0

Black with #FFF9A0

Text Example


Text Example

White with #FFF9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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