Html Css Color HEX #FCEB8A Picasso

📋 copy color: '#FCEB8A'

red 252 ◦ green 235 ◦ blue 138

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

Shades of Picasso #FCEB8A

Tints of Picasso #FCEB8A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.6%

 BLUE value IS 138 (54.3% from 255) = 22.08%

R = 40.32%
G = 37.6%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCEB8A (or 0xFCEB8A) is known color: Picasso. HEX triplet: FC, EB and 8A. RGB value is (252,235,138). Sum of RGB (Red+Green+Blue) = 252+235+138=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 235 (92.19% from 255 or 37.6% from 625); Blue value is 138 (54.30% from 255 or 22.08% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB8A is #031475. Grayscale: #E5E5E5. Windows color (decimal): -201846 or 9104380. OLE color: 9104380.

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

Color convert

RGB 252 235 138 -
CMYK 0 0.07 0.45 0.01
HSL 51.05º 0.95% 0.76% -
HSV(B) 51.05º 0.45% 0.99% -
XYZ 74.44 81.95 35.94 -
YUV 229.03 76.63 144.39 -
System Red Green Blue C M Y K H S L
Decimal 252 235 138 0 0.07 0.45 0.01 51.05 0.95 0.76
Hex FC EB 8A 0 7 2D 1 33 5F 4C
Octal 374 353 212 0 7 55 1 63 137 114
Binary 11111100 11101011 10001010 0 111 101101 1 110011 1011111 1001100

Color Harmonies of #FCEB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB8A

Black with #FCEB8A

Text Example


Text Example

White with #FCEB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB8A; }

 p { color: rgb(252,235,138); }

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

background-color css

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

 a { background-color: rgb(252,235,138); }

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

border-color css

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

 span { border-color: rgb(252,235,138); }

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