#F6F89B

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

Shades of Pale Prim #F6F89B

Tints of Pale Prim #F6F89B

Color information

#F6F89B (or 0xF6F89B) is unknown color: approx Pale Prim. HEX triplet: F6, F8 and 9B. RGB value is (246,248,155). Sum of RGB (Red+Green+Blue) = 246+248+155=649 (85% of max value = 765). Red value is 246 (96.48% from 255 or 37.90% from 649); Green value is 248 (97.27% from 255 or 38.21% from 649); Blue value is 155 (60.94% from 255 or 23.88% from 649); Max value from RGB is 248 - color contains mainly: green. Hex color #F6F89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F89B is #090764. Grayscale: #EDEDED. Windows color (decimal): -591717 or 10221814. OLE color: 10221814.

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

Color convert

RGB246248155-
CMYK0.0100.380.03
HSL61.29º86.92%79.02%-
HSV(B)61.29º37.5%97.25%-
XYZ77.4989.0944.12-
YUV236.881.84134.56-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.90%
GREEN value IS 248 (97.27% from 255) = 38.21%
BLUE value IS 155 (60.94% from 255) = 23.88%
R=37.90%
G=38.21%
B=23.88%

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
Decimal2462481550.0100.380.0361.2986.9279.02
HexF6F89B102633d574f
Octal3663702331046375127117
Binary111101101111100010011011101001101111110110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F89B; }

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

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

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

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

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

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

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

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