Html Css Color HEX #FCE291 Vis Vis

📋 copy color: '#FCE291'

red 252 ◦ green 226 ◦ blue 145

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

Shades of Vis Vis #FCE291

Tints of Vis Vis #FCE291

RGB

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

 GREEN value IS 226 (88.67% from 255) = 36.28%

 BLUE value IS 145 (57.03% from 255) = 23.27%

R = 40.45%
G = 36.28%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FCE291 (or 0xFCE291) is known color: Vis Vis. HEX triplet: FC, E2 and 91. RGB value is (252,226,145). Sum of RGB (Red+Green+Blue) = 252+226+145=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 226 (88.67% from 255 or 36.28% from 623); Blue value is 145 (57.03% from 255 or 23.27% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE291 is #031D6E. Grayscale: #E0E0E0. Windows color (decimal): -204143 or 9560828. OLE color: 9560828.

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

Color convert

RGB 252 226 145 -
CMYK 0 0.10 0.42 0.01
HSL 45.42º 0.95% 0.78% -
HSV(B) 45.42º 0.42% 0.99% -
XYZ 72.45 77.13 37.86 -
YUV 224.54 83.11 147.59 -
System Red Green Blue C M Y K H S L
Decimal 252 226 145 0 0.10 0.42 0.01 45.42 0.95 0.78
Hex FC E2 91 0 A 2A 1 2D 5F 4E
Octal 374 342 221 0 12 52 1 55 137 116
Binary 11111100 11100010 10010001 0 1010 101010 1 101101 1011111 1001110

Color Harmonies of #FCE291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE291

Black with #FCE291

Text Example


Text Example

White with #FCE291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE291; }

 p { color: rgb(252,226,145); }

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

background-color css

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

 a { background-color: rgb(252,226,145); }

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

border-color css

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

 span { border-color: rgb(252,226,145); }

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