Html Css Color HEX #FCE994 Picasso

📋 copy color: '#FCE994'

red 252 ◦ green 233 ◦ blue 148

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

Shades of Picasso #FCE994

Tints of Picasso #FCE994

RGB

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

 GREEN value IS 233 (91.41% from 255) = 36.81%

 BLUE value IS 148 (58.2% from 255) = 23.38%

R = 39.81%
G = 36.81%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCE994 (or 0xFCE994) is known color: Picasso. HEX triplet: FC, E9 and 94. RGB value is (252,233,148). Sum of RGB (Red+Green+Blue) = 252+233+148=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 148 (58.20% from 255 or 23.38% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE994 is #03166B. Grayscale: #E5E5E5. Windows color (decimal): -202348 or 9759228. OLE color: 9759228.

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

Color convert

RGB 252 233 148 -
CMYK 0 0.08 0.41 0.01
HSL 49.04º 0.95% 0.78% -
HSV(B) 49.04º 0.41% 0.99% -
XYZ 74.63 81.11 39.74 -
YUV 228.99 82.29 144.41 -
System Red Green Blue C M Y K H S L
Decimal 252 233 148 0 0.08 0.41 0.01 49.04 0.95 0.78
Hex FC E9 94 0 8 29 1 31 5F 4E
Octal 374 351 224 0 10 51 1 61 137 116
Binary 11111100 11101001 10010100 0 1000 101001 1 110001 1011111 1001110

Color Harmonies of #FCE994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE994

Black with #FCE994

Text Example


Text Example

White with #FCE994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE994; }

 p { color: rgb(252,233,148); }

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

background-color css

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

 a { background-color: rgb(252,233,148); }

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

border-color css

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

 span { border-color: rgb(252,233,148); }

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