#F6F99E

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

Shades of Pale Prim #F6F99E

Tints of Pale Prim #F6F99E

Color information

#F6F99E (or 0xF6F99E) is unknown color: approx Pale Prim. HEX triplet: F6, F9 and 9E. RGB value is (246,249,158). Sum of RGB (Red+Green+Blue) = 246+249+158=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 158 (62.11% from 255 or 24.20% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #F6F99E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F99E is #090661. Grayscale: #EEEEEE. Windows color (decimal): -591458 or 10418678. OLE color: 10418678.

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

Color convert

RGB246249158-
CMYK0.0100.370.02
HSL61.98º88.35%79.8%-
HSV(B)61.98º36.55%97.65%-
XYZ78.0589.8145.57-
YUV237.7383.01133.9-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 249 (97.66% from 255) = 38.13%
BLUE value IS 158 (62.11% from 255) = 24.20%
R=37.67%
G=38.13%
B=24.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462491580.0100.370.0261.9888.3579.8
HexF6F99E102523e5850
Octal3663712361045276130120
Binary111101101111100110011110101001011011111010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F99E; }

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

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

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

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

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

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

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

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