Html Css Color HEX #FCDE8B Vis Vis

📋 copy color: '#FCDE8B'

red 252 ◦ green 222 ◦ blue 139

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

Shades of Vis Vis #FCDE8B

Tints of Vis Vis #FCDE8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.68%

R = 41.11%
G = 36.22%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCDE8B (or 0xFCDE8B) is known color: Vis Vis. HEX triplet: FC, DE and 8B. RGB value is (252,222,139). Sum of RGB (Red+Green+Blue) = 252+222+139=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDE8B is #032174. Grayscale: #DDDDDD. Windows color (decimal): -205173 or 9166588. OLE color: 9166588.

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

Color convert

RGB 252 222 139 -
CMYK 0 0.12 0.45 0.01
HSL 44.07º 0.95% 0.77% -
HSV(B) 44.07º 0.45% 0.99% -
XYZ 70.93 74.8 35.13 -
YUV 221.51 81.44 149.75 -
System Red Green Blue C M Y K H S L
Decimal 252 222 139 0 0.12 0.45 0.01 44.07 0.95 0.77
Hex FC DE 8B 0 C 2D 1 2C 5F 4D
Octal 374 336 213 0 14 55 1 54 137 115
Binary 11111100 11011110 10001011 0 1100 101101 1 101100 1011111 1001101

Color Harmonies of #FCDE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE8B

Black with #FCDE8B

Text Example


Text Example

White with #FCDE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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