#F5F89B

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

Shades of Pale Prim #F5F89B

Tints of Pale Prim #F5F89B

Color information

#F5F89B (or 0xF5F89B) is unknown color: approx Pale Prim. HEX triplet: F5, F8 and 9B. RGB value is (245,248,155). Sum of RGB (Red+Green+Blue) = 245+248+155=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 155 (60.94% from 255 or 23.92% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F89B is #0A0764. Grayscale: #ECECEC. Windows color (decimal): -657253 or 10221813. OLE color: 10221813.

HSL color Cylindrical-coordinate representation of color #F5F89B: hue angle of 61.94º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5F89B is Cyan = 0.01, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB245248155-
CMYK0.0100.380.03
HSL61.94º86.92%79.02%-
HSV(B)61.94º37.5%97.25%-
XYZ77.1488.9144.11-
YUV236.582.01134.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 248 (97.27% from 255) = 38.27%
BLUE value IS 155 (60.94% from 255) = 23.92%
R=37.81%
G=38.27%
B=23.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452481550.0100.380.0361.9486.9279.02
HexF5F89B102633e574f
Octal3653702331046376127117
Binary111101011111100010011011101001101111111010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F89B; }

 p { color: rgb(245,248,155); }

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

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

 a { background-color: rgb(245,248,155); }

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

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

 span { border-color: rgb(245,248,155); }

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