#f8f89b

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

Shades of Pale Prim #F8F89B

Tints of Pale Prim #F8F89B

Color information

#F8F89B (or 0xF8F89B) is unknown color: approx Pale Prim. HEX triplet: F8, F8 and 9B. RGB value is (248,248,155). Sum of RGB (Red+Green+Blue) = 248+248+155=651 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.10% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 155 (60.94% from 255 or 23.81% from 651); Max value from RGB is 248 - color contains mainly: red, green. Hex color #F8F89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F89B is #070764. Grayscale: #EDEDED. Windows color (decimal): -460645 or 10221816. OLE color: 10221816.

HSL color Cylindrical-coordinate representation of color #F8F89B: hue angle of 60º 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 #F8F89B is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB248248155-
CMYK000.380.03
HSL60º86.92%79.02%-
HSV(B)60º37.5%97.25%-
XYZ78.289.4644.16-
YUV237.481.5135.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.10%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 155 (60.94% from 255) = 23.81%
R=38.10%
G=38.10%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248248155000.380.036086.9279.02
HexF8F89B002633c574f
Octal3703702330046374127117
Binary111110001111100010011011001001101111110010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f8f89b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f8f89b; }

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

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

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

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

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

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

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

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