Html Css Color HEX #FCEA92 Picasso

📋 copy color: '#FCEA92'

red 252 ◦ green 234 ◦ blue 146

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

Shades of Picasso #FCEA92

Tints of Picasso #FCEA92

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.03%

 BLUE value IS 146 (57.42% from 255) = 23.1%

R = 39.87%
G = 37.03%
B = 23.1%

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

#FCEA92 (or 0xFCEA92) is known color: Picasso. HEX triplet: FC, EA and 92. RGB value is (252,234,146). Sum of RGB (Red+Green+Blue) = 252+234+146=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 234 (91.80% from 255 or 37.03% from 632); Blue value is 146 (57.42% from 255 or 23.10% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA92 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA92 is #03156D. Grayscale: #E5E5E5. Windows color (decimal): -202094 or 9628412. OLE color: 9628412.

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

Color convert

RGB 252 234 146 -
CMYK 0 0.07 0.42 0.01
HSL 49.81º 0.95% 0.78% -
HSV(B) 49.81º 0.42% 0.99% -
XYZ 74.76 81.62 39.01 -
YUV 229.35 80.96 144.16 -
System Red Green Blue C M Y K H S L
Decimal 252 234 146 0 0.07 0.42 0.01 49.81 0.95 0.78
Hex FC EA 92 0 7 2A 1 32 5F 4E
Octal 374 352 222 0 7 52 1 62 137 116
Binary 11111100 11101010 10010010 0 111 101010 1 110010 1011111 1001110

Color Harmonies of #FCEA92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA92

Black with #FCEA92

Text Example


Text Example

White with #FCEA92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA92; }

 p { color: rgb(252,234,146); }

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

background-color css

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

 a { background-color: rgb(252,234,146); }

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

border-color css

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

 span { border-color: rgb(252,234,146); }

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