#F6F89A

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

Shades of Pale Prim #F6F89A

Tints of Pale Prim #F6F89A

Color information

#F6F89A (or 0xF6F89A) is unknown color: approx Pale Prim. HEX triplet: F6, F8 and 9A. RGB value is (246,248,154). Sum of RGB (Red+Green+Blue) = 246+248+154=648 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.96% from 648); Green value is 248 (97.27% from 255 or 38.27% from 648); Blue value is 154 (60.55% from 255 or 23.77% from 648); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F89A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F89A is #090765. Grayscale: #EDEDED. Windows color (decimal): -591718 or 10156278. OLE color: 10156278.

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

Color convert

RGB246248154-
CMYK0.0100.380.03
HSL61.28º87.04%78.82%-
HSV(B)61.28º37.9%97.25%-
XYZ77.4189.0643.68-
YUV236.6981.34134.64-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.96%
GREEN value IS 248 (97.27% from 255) = 38.27%
BLUE value IS 154 (60.55% from 255) = 23.77%
R=37.96%
G=38.27%
B=23.77%

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
Decimal2462481540.0100.380.0361.2887.0478.82
HexF6F89A102633d574f
Octal3663702321046375127117
Binary111101101111100010011010101001101111110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F89A; }

 p { color: rgb(246,248,154); }

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

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

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

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

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

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

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