#F6FB9E

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

Shades of Pale Prim #F6FB9E

Tints of Pale Prim #F6FB9E

Color information

#F6FB9E (or 0xF6FB9E) is unknown color: approx Pale Prim. HEX triplet: F6, FB and 9E. RGB value is (246,251,158). Sum of RGB (Red+Green+Blue) = 246+251+158=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 158 (62.11% from 255 or 24.12% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #F6FB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6FB9E is #090461. Grayscale: #EFEFEF. Windows color (decimal): -590946 or 10419190. OLE color: 10419190.

HSL color Cylindrical-coordinate representation of color #F6FB9E: hue angle of 63.23º degrees, saturation: 0.92, 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 #F6FB9E is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB246251158-
CMYK0.0200.370.02
HSL63.23º92.08%80.2%-
HSV(B)63.23º37.05%98.43%-
XYZ78.6791.0645.78-
YUV238.982.34133.06-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.56%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 158 (62.11% from 255) = 24.12%
R=37.56%
G=38.32%
B=24.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2462511580.0200.370.0263.2392.0880.2
HexF6FB9E202523f5c50
Octal3663732362045277134120
Binary1111011011111011100111101001001011011111110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FB9E; }

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

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

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

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

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

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

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

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