Html Css Color HEX #FCDB8D Vis Vis

📋 copy color: '#FCDB8D'

red 252 ◦ green 219 ◦ blue 141

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

Shades of Vis Vis #FCDB8D

Tints of Vis Vis #FCDB8D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.78%

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

R = 41.18%
G = 35.78%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FCDB8D (or 0xFCDB8D) is known color: Vis Vis. HEX triplet: FC, DB and 8D. RGB value is (252,219,141). Sum of RGB (Red+Green+Blue) = 252+219+141=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 141 (55.47% from 255 or 23.04% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB8D is #032472. Grayscale: #DCDCDC. Windows color (decimal): -205939 or 9296892. OLE color: 9296892.

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

Color convert

RGB 252 219 141 -
CMYK 0 0.13 0.44 0.01
HSL 42.16º 0.95% 0.77% -
HSV(B) 42.16º 0.44% 0.99% -
XYZ 70.28 73.28 35.64 -
YUV 219.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 252 219 141 0 0.13 0.44 0.01 42.16 0.95 0.77
Hex FC DB 8D 0 D 2C 1 2A 5F 4D
Octal 374 333 215 0 15 54 1 52 137 115
Binary 11111100 11011011 10001101 0 1101 101100 1 101010 1011111 1001101

Color Harmonies of #FCDB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB8D

Black with #FCDB8D

Text Example


Text Example

White with #FCDB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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