#F8F69C

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

Shades of Pale Prim #F8F69C

Tints of Pale Prim #F8F69C

Color information

#F8F69C (or 0xF8F69C) is unknown color: approx Pale Prim. HEX triplet: F8, F6 and 9C. RGB value is (248,246,156). Sum of RGB (Red+Green+Blue) = 248+246+156=650 (86% of max value = 765). Red value is 248 (97.27% from 255 or 38.15% from 650); Green value is 246 (96.48% from 255 or 37.85% from 650); Blue value is 156 (61.33% from 255 or 24% from 650); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F69C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F69C is #070963. Grayscale: #ECECEC. Windows color (decimal): -461156 or 10286840. OLE color: 10286840.

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

Color convert

RGB248246156-
CMYK00.010.370.03
HSL58.7º86.79%79.22%-
HSV(B)58.7º37.1%97.25%-
XYZ77.6788.2744.4-
YUV236.3482.66136.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 38.15%
GREEN value IS 246 (96.48% from 255) = 37.85%
BLUE value IS 156 (61.33% from 255) = 24%
R=38.15%
G=37.85%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24824615600.010.370.0358.786.7979.22
HexF8F69C012533b574f
Octal3703662340145373127117
Binary111110001111011010011100011001011111101110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8F69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8F69C; }

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

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

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

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

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

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

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

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