Html Css Color HEX #FCDB8E Vis Vis

📋 copy color: '#FCDB8E'

red 252 ◦ green 219 ◦ blue 142

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

Shades of Vis Vis #FCDB8E

Tints of Vis Vis #FCDB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 23.16%

R = 41.11%
G = 35.73%
B = 23.16%

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

#FCDB8E (or 0xFCDB8E) is known color: Vis Vis. HEX triplet: FC, DB and 8E. RGB value is (252,219,142). Sum of RGB (Red+Green+Blue) = 252+219+142=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 142 (55.86% from 255 or 23.16% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB8E is #032471. Grayscale: #DCDCDC. Windows color (decimal): -205938 or 9362428. OLE color: 9362428.

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

Color convert

RGB 252 219 142 -
CMYK 0 0.13 0.44 0.01
HSL 42º 0.95% 0.77% -
HSV(B) 42º 0.44% 0.99% -
XYZ 70.36 73.31 36.03 -
YUV 220.09 83.93 150.76 -
System Red Green Blue C M Y K H S L
Decimal 252 219 142 0 0.13 0.44 0.01 42 0.95 0.77
Hex FC DB 8E 0 D 2C 1 2A 5F 4D
Octal 374 333 216 0 15 54 1 52 137 115
Binary 11111100 11011011 10001110 0 1101 101100 1 101010 1011111 1001101

Color Harmonies of #FCDB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB8E

Black with #FCDB8E

Text Example


Text Example

White with #FCDB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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