Html Css Color HEX #FCEB91 Picasso

📋 copy color: '#FCEB91'

red 252 ◦ green 235 ◦ blue 145

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

Shades of Picasso #FCEB91

Tints of Picasso #FCEB91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 22.94%

R = 39.87%
G = 37.18%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCEB91 (or 0xFCEB91) is known color: Picasso. HEX triplet: FC, EB and 91. RGB value is (252,235,145). Sum of RGB (Red+Green+Blue) = 252+235+145=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 145 (57.03% from 255 or 22.94% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB91 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEB91 is #03146E. Grayscale: #E6E6E6. Windows color (decimal): -201839 or 9563132. OLE color: 9563132.

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

Color convert

RGB 252 235 145 -
CMYK 0 0.07 0.42 0.01
HSL 50.47º 0.95% 0.78% -
HSV(B) 50.47º 0.42% 0.99% -
XYZ 74.96 82.16 38.69 -
YUV 229.82 80.13 143.82 -
System Red Green Blue C M Y K H S L
Decimal 252 235 145 0 0.07 0.42 0.01 50.47 0.95 0.78
Hex FC EB 91 0 7 2A 1 32 5F 4E
Octal 374 353 221 0 7 52 1 62 137 116
Binary 11111100 11101011 10010001 0 111 101010 1 110010 1011111 1001110

Color Harmonies of #FCEB91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEB91

Black with #FCEB91

Text Example


Text Example

White with #FCEB91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEB91; }

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

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

background-color css

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

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

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

border-color css

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

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

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