#FFF49E

Color #FFF49E Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FFF49E

Tints of Pale Prim #FFF49E

Color information

#FFF49E (or 0xFFF49E) is unknown color: approx Pale Prim. HEX triplet: FF, F4 and 9E. RGB value is (255,244,158). Sum of RGB (Red+Green+Blue) = 255+244+158=657 (87% of max value = 765). Red value is 255 (100% from 255 or 38.81% from 657); Green value is 244 (95.70% from 255 or 37.14% from 657); Blue value is 158 (62.11% from 255 or 24.05% from 657); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF49E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF49E is #000B61. Grayscale: #EDEDED. Windows color (decimal): -2914 or 10417407. OLE color: 10417407.

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

Color convert

RGB255244158-
CMYK00.040.380
HSL53.2º100%80.98%-
HSV(B)53.2º38.04%100%-
XYZ79.7688.4345.21-
YUV237.4883.14140.49-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.81%
GREEN value IS 244 (95.70% from 255) = 37.14%
BLUE value IS 158 (62.11% from 255) = 24.05%
R=38.81%
G=37.14%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524415800.040.38053.210080.98
HexFFF49E04260356451
Octal3773642360446065144121
Binary1111111111110100100111100100100110011010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF49E; }

 p { color: rgb(255,244,158); }

 H1.HeaderClassName
 {
   color: #FFF49E;
 }
 .AnyTagClassName
 {
   color: #FFF49E;
 }
</style>
background-color css

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

 a { background-color: rgb(255,244,158); }

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

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

 span { border-color: rgb(255,244,158); }

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