Html Css Color HEX #FCEC94 Picasso

📋 copy color: '#FCEC94'

red 252 ◦ green 236 ◦ blue 148

#FCEC94
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picasso #FCEC94

Tints of Picasso #FCEC94

RGB

 RED value IS 252 (98.83% from 255) = 39.62%

 GREEN value IS 236 (92.58% from 255) = 37.11%

 BLUE value IS 148 (58.2% from 255) = 23.27%

R = 39.62%
G = 37.11%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCEC94 (or 0xFCEC94) is known color: Picasso. HEX triplet: FC, EC and 94. RGB value is (252,236,148). Sum of RGB (Red+Green+Blue) = 252+236+148=636 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.62% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 148 (58.20% from 255 or 23.27% from 636); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC94 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC94 is #03136B. Grayscale: #E7E7E7. Windows color (decimal): -201580 or 9759996. OLE color: 9759996.

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

Color convert

RGB 252 236 148 -
CMYK 0 0.06 0.41 0.01
HSL 50.77º 0.95% 0.78% -
HSV(B) 50.77º 0.41% 0.99% -
XYZ 75.49 82.82 40.03 -
YUV 230.75 81.3 143.16 -
System Red Green Blue C M Y K H S L
Decimal 252 236 148 0 0.06 0.41 0.01 50.77 0.95 0.78
Hex FC EC 94 0 6 29 1 33 5F 4E
Octal 374 354 224 0 6 51 1 63 137 116
Binary 11111100 11101100 10010100 0 110 101001 1 110011 1011111 1001110

Color Harmonies of #FCEC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC94

Black with #FCEC94

Text Example


Text Example

White with #FCEC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC94; }

 p { color: rgb(252,236,148); }

 H1.HeaderClassName
 {
   color: #FCEC94;
 }
 .AnyTagClassName
 {
   color: #FCEC94;
 }
</style>

background-color css

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

 a { background-color: rgb(252,236,148); }

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

border-color css

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

 span { border-color: rgb(252,236,148); }

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