Html Css Color HEX #FCE094 Vis Vis

📋 copy color: '#FCE094'

red 252 ◦ green 224 ◦ blue 148

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

Shades of Vis Vis #FCE094

Tints of Vis Vis #FCE094

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.9%

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

R = 40.38%
G = 35.9%
B = 23.72%

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

#FCE094 (or 0xFCE094) is known color: Vis Vis. HEX triplet: FC, E0 and 94. RGB value is (252,224,148). Sum of RGB (Red+Green+Blue) = 252+224+148=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 148 (58.20% from 255 or 23.72% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE094 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE094 is #031F6B. Grayscale: #E0E0E0. Windows color (decimal): -204652 or 9756924. OLE color: 9756924.

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

Color convert

RGB 252 224 148 -
CMYK 0 0.11 0.41 0.01
HSL 43.85º 0.95% 0.78% -
HSV(B) 43.85º 0.41% 0.99% -
XYZ 72.15 76.14 38.91 -
YUV 223.71 85.28 148.18 -
System Red Green Blue C M Y K H S L
Decimal 252 224 148 0 0.11 0.41 0.01 43.85 0.95 0.78
Hex FC E0 94 0 B 29 1 2C 5F 4E
Octal 374 340 224 0 13 51 1 54 137 116
Binary 11111100 11100000 10010100 0 1011 101001 1 101100 1011111 1001110

Color Harmonies of #FCE094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE094

Black with #FCE094

Text Example


Text Example

White with #FCE094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE094; }

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

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

background-color css

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

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

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

border-color css

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

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

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