#F6F99B

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

Shades of Pale Prim #F6F99B

Tints of Pale Prim #F6F99B

Color information

#F6F99B (or 0xF6F99B) is unknown color: approx Pale Prim. HEX triplet: F6, F9 and 9B. RGB value is (246,249,155). Sum of RGB (Red+Green+Blue) = 246+249+155=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 155 (60.94% from 255 or 23.85% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F99B is #090664. Grayscale: #EDEDED. Windows color (decimal): -591461 or 10222070. OLE color: 10222070.

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

Color convert

RGB246249155-
CMYK0.0100.380.02
HSL61.91º88.68%79.22%-
HSV(B)61.91º37.75%97.65%-
XYZ77.889.7144.23-
YUV237.3981.51134.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.85%
GREEN value IS 249 (97.66% from 255) = 38.31%
BLUE value IS 155 (60.94% from 255) = 23.85%
R=37.85%
G=38.31%
B=23.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491550.0100.380.0261.9188.6879.22
HexF6F99B102623e594f
Octal3663712331046276131117
Binary111101101111100110011011101001101011111010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F99B; }

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

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

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

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

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

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

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

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