Html Css Color HEX #FCE68C Vis Vis

📋 copy color: '#FCE68C'

red 252 ◦ green 230 ◦ blue 140

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

Shades of Vis Vis #FCE68C

Tints of Vis Vis #FCE68C

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.98%

 BLUE value IS 140 (55.08% from 255) = 22.51%

R = 40.51%
G = 36.98%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCE68C (or 0xFCE68C) is known color: Vis Vis. HEX triplet: FC, E6 and 8C. RGB value is (252,230,140). Sum of RGB (Red+Green+Blue) = 252+230+140=622 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.51% from 622); Green value is 230 (90.23% from 255 or 36.98% from 622); Blue value is 140 (55.08% from 255 or 22.51% from 622); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE68C is #031973. Grayscale: #E2E2E2. Windows color (decimal): -203124 or 9234172. OLE color: 9234172.

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

Color convert

RGB 252 230 140 -
CMYK 0 0.09 0.44 0.01
HSL 48.21º 0.95% 0.77% -
HSV(B) 48.21º 0.44% 0.99% -
XYZ 73.18 79.18 36.24 -
YUV 226.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 252 230 140 0 0.09 0.44 0.01 48.21 0.95 0.77
Hex FC E6 8C 0 9 2C 1 30 5F 4D
Octal 374 346 214 0 11 54 1 60 137 115
Binary 11111100 11100110 10001100 0 1001 101100 1 110000 1011111 1001101

Color Harmonies of #FCE68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE68C

Black with #FCE68C

Text Example


Text Example

White with #FCE68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE68C; }

 p { color: rgb(252,230,140); }

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

background-color css

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

 a { background-color: rgb(252,230,140); }

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

border-color css

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

 span { border-color: rgb(252,230,140); }

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