Html Css Color HEX #FCDE8F Vis Vis

📋 copy color: '#FCDE8F'

red 252 ◦ green 222 ◦ blue 143

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

Shades of Vis Vis #FCDE8F

Tints of Vis Vis #FCDE8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.18%

R = 40.84%
G = 35.98%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCDE8F (or 0xFCDE8F) is known color: Vis Vis. HEX triplet: FC, DE and 8F. RGB value is (252,222,143). Sum of RGB (Red+Green+Blue) = 252+222+143=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 143 (56.25% from 255 or 23.18% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE8F is #032170. Grayscale: #DEDEDE. Windows color (decimal): -205169 or 9428732. OLE color: 9428732.

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

Color convert

RGB 252 222 143 -
CMYK 0 0.12 0.43 0.01
HSL 43.49º 0.95% 0.77% -
HSV(B) 43.49º 0.43% 0.99% -
XYZ 71.22 74.92 36.69 -
YUV 221.96 83.44 149.42 -
System Red Green Blue C M Y K H S L
Decimal 252 222 143 0 0.12 0.43 0.01 43.49 0.95 0.77
Hex FC DE 8F 0 C 2B 1 2B 5F 4D
Octal 374 336 217 0 14 53 1 53 137 115
Binary 11111100 11011110 10001111 0 1100 101011 1 101011 1011111 1001101

Color Harmonies of #FCDE8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE8F

Black with #FCDE8F

Text Example


Text Example

White with #FCDE8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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