#FFF69E

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

Shades of Pale Prim #FFF69E

Tints of Pale Prim #FFF69E

Color information

#FFF69E (or 0xFFF69E) is unknown color: approx Pale Prim. HEX triplet: FF, F6 and 9E. RGB value is (255,246,158). Sum of RGB (Red+Green+Blue) = 255+246+158=659 (87% of max value = 765). Red value is 255 (100% from 255 or 38.69% from 659); Green value is 246 (96.48% from 255 or 37.33% from 659); Blue value is 158 (62.11% from 255 or 23.98% from 659); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF69E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF69E is #000961. Grayscale: #EFEFEF. Windows color (decimal): -2402 or 10417919. OLE color: 10417919.

HSL color Cylindrical-coordinate representation of color #FFF69E: hue angle of 54.43º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FFF69E is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB255246158-
CMYK00.040.380
HSL54.43º100%80.98%-
HSV(B)54.43º38.04%100%-
XYZ80.3789.6445.41-
YUV238.6682.48139.66-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 38.69%
GREEN value IS 246 (96.48% from 255) = 37.33%
BLUE value IS 158 (62.11% from 255) = 23.98%
R=38.69%
G=37.33%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25524615800.040.38054.4310080.98
HexFFF69E04260366451
Octal3773662360446066144121
Binary1111111111110110100111100100100110011011011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFF69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFF69E; }

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

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

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

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

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

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

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

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