Html Css Color HEX #FCEC8C Picasso

📋 copy color: '#FCEC8C'

red 252 ◦ green 236 ◦ blue 140

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

Shades of Picasso #FCEC8C

Tints of Picasso #FCEC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 22.29%

R = 40.13%
G = 37.58%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCEC8C (or 0xFCEC8C) is known color: Picasso. HEX triplet: FC, EC and 8C. RGB value is (252,236,140). Sum of RGB (Red+Green+Blue) = 252+236+140=628 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.13% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 140 (55.08% from 255 or 22.29% from 628); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC8C is #031373. Grayscale: #E6E6E6. Windows color (decimal): -201588 or 9235708. OLE color: 9235708.

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

Color convert

RGB 252 236 140 -
CMYK 0 0.06 0.44 0.01
HSL 51.43º 0.95% 0.77% -
HSV(B) 51.43º 0.44% 0.99% -
XYZ 74.87 82.58 36.8 -
YUV 229.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 252 236 140 0 0.06 0.44 0.01 51.43 0.95 0.77
Hex FC EC 8C 0 6 2C 1 33 5F 4D
Octal 374 354 214 0 6 54 1 63 137 115
Binary 11111100 11101100 10001100 0 110 101100 1 110011 1011111 1001101

Color Harmonies of #FCEC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC8C

Black with #FCEC8C

Text Example


Text Example

White with #FCEC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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