#FCEF8F

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

Shades of Picasso #FCEF8F

Tints of Picasso #FCEF8F

Color information

#FCEF8F (or 0xFCEF8F) is unknown color: approx Picasso. HEX triplet: FC, EF and 8F. RGB value is (252,239,143). Sum of RGB (Red+Green+Blue) = 252+239+143=634 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.75% from 634); Green value is 239 (93.75% from 255 or 37.70% from 634); Blue value is 143 (56.25% from 255 or 22.56% from 634); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF8F is #031070. Grayscale: #E8E8E8. Windows color (decimal): -200817 or 9433084. OLE color: 9433084.

HSL color Cylindrical-coordinate representation of color #FCEF8F: hue angle of 52.84º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCEF8F is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB252239143-
CMYK00.050.430.01
HSL52.84º94.78%77.45%-
HSV(B)52.84º43.25%98.82%-
XYZ75.9784.4138.28-
YUV231.9477.81142.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 39.75%
GREEN value IS 239 (93.75% from 255) = 37.70%
BLUE value IS 143 (56.25% from 255) = 22.56%
R=39.75%
G=37.70%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25223914300.050.430.0152.8494.7877.45
HexFCEF8F052B1355f4d
Octal3743572170553165137115
Binary1111110011101111100011110101101011111010110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCEF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCEF8F; }

 p { color: rgb(252,239,143); }

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

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

 a { background-color: rgb(252,239,143); }

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

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

 span { border-color: rgb(252,239,143); }

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