Html Css Color HEX #FCE194 Vis Vis

📋 copy color: '#FCE194'

red 252 ◦ green 225 ◦ blue 148

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

Shades of Vis Vis #FCE194

Tints of Vis Vis #FCE194

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36%

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

R = 40.32%
G = 36%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FCE194 (or 0xFCE194) is known color: Vis Vis. HEX triplet: FC, E1 and 94. RGB value is (252,225,148). Sum of RGB (Red+Green+Blue) = 252+225+148=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 148 (58.20% from 255 or 23.68% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE194 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE194 is #031E6B. Grayscale: #E0E0E0. Windows color (decimal): -204396 or 9757180. OLE color: 9757180.

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

Color convert

RGB 252 225 148 -
CMYK 0 0.11 0.41 0.01
HSL 44.42º 0.95% 0.78% -
HSV(B) 44.42º 0.41% 0.99% -
XYZ 72.42 76.68 39 -
YUV 224.3 84.95 147.76 -
System Red Green Blue C M Y K H S L
Decimal 252 225 148 0 0.11 0.41 0.01 44.42 0.95 0.78
Hex FC E1 94 0 B 29 1 2C 5F 4E
Octal 374 341 224 0 13 51 1 54 137 116
Binary 11111100 11100001 10010100 0 1011 101001 1 101100 1011111 1001110

Color Harmonies of #FCE194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE194

Black with #FCE194

Text Example


Text Example

White with #FCE194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE194; }

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

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

background-color css

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

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

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

border-color css

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

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

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