#FEF294

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

Shades of Picasso #FEF294

Tints of Picasso #FEF294

Color information

#FEF294 (or 0xFEF294) is unknown color: approx Picasso. HEX triplet: FE, F2 and 94. RGB value is (254,242,148). Sum of RGB (Red+Green+Blue) = 254+242+148=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 148 (58.20% from 255 or 22.98% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF294 is #010D6B. Grayscale: #EBEBEB. Windows color (decimal): -68972 or 9761534. OLE color: 9761534.

HSL color Cylindrical-coordinate representation of color #FEF294: hue angle of 53.21º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEF294 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB254242148-
CMYK00.050.420.00
HSL53.21º98.15%78.82%-
HSV(B)53.21º41.73%99.61%-
XYZ77.9786.7140.64-
YUV234.8778.98141.64-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 39.44%
GREEN value IS 242 (94.92% from 255) = 37.58%
BLUE value IS 148 (58.20% from 255) = 22.98%
R=39.44%
G=37.58%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424214800.050.420.0053.2198.1578.82
HexFEF294052A035624f
Octal3763622240552065142117
Binary1111111011110010100101000101101010011010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF294; }

 p { color: rgb(254,242,148); }

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

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

 a { background-color: rgb(254,242,148); }

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

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

 span { border-color: rgb(254,242,148); }

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