Html Css Color HEX #FCF194 Picasso

📋 copy color: '#FCF194'

red 252 ◦ green 241 ◦ blue 148

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

Shades of Picasso #FCF194

Tints of Picasso #FCF194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.6%

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

R = 39.31%
G = 37.6%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCF194 (or 0xFCF194) is known color: Picasso. HEX triplet: FC, F1 and 94. RGB value is (252,241,148). Sum of RGB (Red+Green+Blue) = 252+241+148=641 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.31% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 148 (58.20% from 255 or 23.09% from 641); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF194 is #030E6B. Grayscale: #EAEAEA. Windows color (decimal): -200300 or 9761276. OLE color: 9761276.

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

Color convert

RGB 252 241 148 -
CMYK 0 0.04 0.41 0.01
HSL 53.65º 0.95% 0.78% -
HSV(B) 53.65º 0.41% 0.99% -
XYZ 76.95 85.74 40.51 -
YUV 233.69 79.64 141.06 -
System Red Green Blue C M Y K H S L
Decimal 252 241 148 0 0.04 0.41 0.01 53.65 0.95 0.78
Hex FC F1 94 0 4 29 1 36 5F 4E
Octal 374 361 224 0 4 51 1 66 137 116
Binary 11111100 11110001 10010100 0 100 101001 1 110110 1011111 1001110

Color Harmonies of #FCF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF194

Black with #FCF194

Text Example


Text Example

White with #FCF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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