#F8F29D

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

Shades of Pale Prim #F8F29D

Tints of Pale Prim #F8F29D

Color information

#F8F29D (or 0xF8F29D) is unknown color: approx Pale Prim. HEX triplet: F8, F2 and 9D. RGB value is (248,242,157). Sum of RGB (Red+Green+Blue) = 248+242+157=647 (85% of max value = 765). Red value is 248 (97.27% from 255 or 38.33% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 157 (61.72% from 255 or 24.27% from 647); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F29D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F29D is #070D62. Grayscale: #EAEAEA. Windows color (decimal): -462179 or 10351352. OLE color: 10351352.

HSL color Cylindrical-coordinate representation of color #F8F29D: hue angle of 56.04º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F8F29D is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB248242157-
CMYK00.020.370.03
HSL56.04º86.67%79.41%-
HSV(B)56.04º36.69%97.25%-
XYZ76.5585.944.44-
YUV234.184.49137.91-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.33%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 157 (61.72% from 255) = 24.27%
R=38.33%
G=37.40%
B=24.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824215700.020.370.0356.0486.6779.41
HexF8F29D0225338574f
Octal3703622350245370127117
Binary1111100011110010100111010101001011111100010101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F29D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F29D; }

 p { color: rgb(248,242,157); }

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

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

 a { background-color: rgb(248,242,157); }

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

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

 span { border-color: rgb(248,242,157); }

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