Html Css Color HEX #FCDE8D Vis Vis

📋 copy color: '#FCDE8D'

red 252 ◦ green 222 ◦ blue 141

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

Shades of Vis Vis #FCDE8D

Tints of Vis Vis #FCDE8D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.1%

 BLUE value IS 141 (55.47% from 255) = 22.93%

R = 40.98%
G = 36.1%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCDE8D (or 0xFCDE8D) is known color: Vis Vis. HEX triplet: FC, DE and 8D. RGB value is (252,222,141). Sum of RGB (Red+Green+Blue) = 252+222+141=615 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.98% from 615); Green value is 222 (87.11% from 255 or 36.10% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE8D is #032172. Grayscale: #DEDEDE. Windows color (decimal): -205171 or 9297660. OLE color: 9297660.

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

Color convert

RGB 252 222 141 -
CMYK 0 0.12 0.44 0.01
HSL 43.78º 0.95% 0.77% -
HSV(B) 43.78º 0.44% 0.99% -
XYZ 71.07 74.86 35.9 -
YUV 221.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 252 222 141 0 0.12 0.44 0.01 43.78 0.95 0.77
Hex FC DE 8D 0 C 2C 1 2C 5F 4D
Octal 374 336 215 0 14 54 1 54 137 115
Binary 11111100 11011110 10001101 0 1100 101100 1 101100 1011111 1001101

Color Harmonies of #FCDE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE8D

Black with #FCDE8D

Text Example


Text Example

White with #FCDE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE8D; }

 p { color: rgb(252,222,141); }

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

background-color css

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

 a { background-color: rgb(252,222,141); }

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

border-color css

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

 span { border-color: rgb(252,222,141); }

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