Html Css Color HEX #FCEA93 Picasso

📋 copy color: '#FCEA93'

red 252 ◦ green 234 ◦ blue 147

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

Shades of Picasso #FCEA93

Tints of Picasso #FCEA93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 23.22%

R = 39.81%
G = 36.97%
B = 23.22%

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

#FCEA93 (or 0xFCEA93) is known color: Picasso. HEX triplet: FC, EA and 93. RGB value is (252,234,147). Sum of RGB (Red+Green+Blue) = 252+234+147=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 234 (91.80% from 255 or 36.97% from 633); Blue value is 147 (57.81% from 255 or 23.22% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA93 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCEA93 is #03156C. Grayscale: #E5E5E5. Windows color (decimal): -202093 or 9693948. OLE color: 9693948.

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

Color convert

RGB 252 234 147 -
CMYK 0 0.07 0.42 0.01
HSL 49.71º 0.95% 0.78% -
HSV(B) 49.71º 0.42% 0.99% -
XYZ 74.83 81.65 39.42 -
YUV 229.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 252 234 147 0 0.07 0.42 0.01 49.71 0.95 0.78
Hex FC EA 93 0 7 2A 1 32 5F 4E
Octal 374 352 223 0 7 52 1 62 137 116
Binary 11111100 11101010 10010011 0 111 101010 1 110010 1011111 1001110

Color Harmonies of #FCEA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCEA93

Black with #FCEA93

Text Example


Text Example

White with #FCEA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCEA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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