Html Css Color HEX #FCDD8C Vis Vis

📋 copy color: '#FCDD8C'

red 252 ◦ green 221 ◦ blue 140

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

Shades of Vis Vis #FCDD8C

Tints of Vis Vis #FCDD8C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.05%

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

R = 41.11%
G = 36.05%
B = 22.84%

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

#FCDD8C (or 0xFCDD8C) is known color: Vis Vis. HEX triplet: FC, DD and 8C. RGB value is (252,221,140). Sum of RGB (Red+Green+Blue) = 252+221+140=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDD8C is #032273. Grayscale: #DDDDDD. Windows color (decimal): -205428 or 9231868. OLE color: 9231868.

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

Color convert

RGB 252 221 140 -
CMYK 0 0.12 0.44 0.01
HSL 43.39º 0.95% 0.77% -
HSV(B) 43.39º 0.44% 0.99% -
XYZ 70.73 74.3 35.42 -
YUV 221.04 82.27 150.09 -
System Red Green Blue C M Y K H S L
Decimal 252 221 140 0 0.12 0.44 0.01 43.39 0.95 0.77
Hex FC DD 8C 0 C 2C 1 2B 5F 4D
Octal 374 335 214 0 14 54 1 53 137 115
Binary 11111100 11011101 10001100 0 1100 101100 1 101011 1011111 1001101

Color Harmonies of #FCDD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD8C

Black with #FCDD8C

Text Example


Text Example

White with #FCDD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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