Html Css Color HEX #FCEF8C Picasso

📋 copy color: '#FCEF8C'

red 252 ◦ green 239 ◦ blue 140

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

Shades of Picasso #FCEF8C

Tints of Picasso #FCEF8C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.88%

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

R = 39.94%
G = 37.88%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCEF8C (or 0xFCEF8C) is known color: Picasso. HEX triplet: FC, EF and 8C. RGB value is (252,239,140). Sum of RGB (Red+Green+Blue) = 252+239+140=631 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.94% from 631); Green value is 239 (93.75% from 255 or 37.88% from 631); Blue value is 140 (55.08% from 255 or 22.19% from 631); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEF8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEF8C is #031073. Grayscale: #E8E8E8. Windows color (decimal): -200820 or 9236476. OLE color: 9236476.

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

Color convert

RGB 252 239 140 -
CMYK 0 0.05 0.44 0.01
HSL 53.04º 0.95% 0.77% -
HSV(B) 53.04º 0.44% 0.99% -
XYZ 75.75 84.32 37.09 -
YUV 231.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 252 239 140 0 0.05 0.44 0.01 53.04 0.95 0.77
Hex FC EF 8C 0 5 2C 1 35 5F 4D
Octal 374 357 214 0 5 54 1 65 137 115
Binary 11111100 11101111 10001100 0 101 101100 1 110101 1011111 1001101

Color Harmonies of #FCEF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEF8C

Black with #FCEF8C

Text Example


Text Example

White with #FCEF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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