Html Css Color HEX #FCEC8E Picasso

📋 copy color: '#FCEC8E'

red 252 ◦ green 236 ◦ blue 142

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

Shades of Picasso #FCEC8E

Tints of Picasso #FCEC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.54%

R = 40%
G = 37.46%
B = 22.54%

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

#FCEC8E (or 0xFCEC8E) is known color: Picasso. HEX triplet: FC, EC and 8E. RGB value is (252,236,142). Sum of RGB (Red+Green+Blue) = 252+236+142=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 236 (92.58% from 255 or 37.46% from 630); Blue value is 142 (55.86% from 255 or 22.54% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC8E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEC8E is #031371. Grayscale: #E6E6E6. Windows color (decimal): -201586 or 9366780. OLE color: 9366780.

HSL color Cylindrical-coordinate representation of color #FCEC8E: hue angle of 51.27º 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 #FCEC8E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 236 142 -
CMYK 0 0.06 0.44 0.01
HSL 51.27º 0.95% 0.77% -
HSV(B) 51.27º 0.44% 0.99% -
XYZ 75.02 82.64 37.59 -
YUV 230.07 78.3 143.64 -
System Red Green Blue C M Y K H S L
Decimal 252 236 142 0 0.06 0.44 0.01 51.27 0.95 0.77
Hex FC EC 8E 0 6 2C 1 33 5F 4D
Octal 374 354 216 0 6 54 1 63 137 115
Binary 11111100 11101100 10001110 0 110 101100 1 110011 1011111 1001101

Color Harmonies of #FCEC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEC8E

Black with #FCEC8E

Text Example


Text Example

White with #FCEC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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