Html Css Color HEX #FCDB8F Vis Vis

📋 copy color: '#FCDB8F'

red 252 ◦ green 219 ◦ blue 143

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

Shades of Vis Vis #FCDB8F

Tints of Vis Vis #FCDB8F

RGB

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

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

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

R = 41.04%
G = 35.67%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCDB8F (or 0xFCDB8F) is known color: Vis Vis. HEX triplet: FC, DB and 8F. RGB value is (252,219,143). Sum of RGB (Red+Green+Blue) = 252+219+143=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 143 (56.25% from 255 or 23.29% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB8F is #032470. Grayscale: #DCDCDC. Windows color (decimal): -205937 or 9427964. OLE color: 9427964.

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

Color convert

RGB 252 219 143 -
CMYK 0 0.13 0.43 0.01
HSL 41.83º 0.95% 0.77% -
HSV(B) 41.83º 0.43% 0.99% -
XYZ 70.43 73.34 36.43 -
YUV 220.2 84.43 150.68 -
System Red Green Blue C M Y K H S L
Decimal 252 219 143 0 0.13 0.43 0.01 41.83 0.95 0.77
Hex FC DB 8F 0 D 2B 1 2A 5F 4D
Octal 374 333 217 0 15 53 1 52 137 115
Binary 11111100 11011011 10001111 0 1101 101011 1 101010 1011111 1001101

Color Harmonies of #FCDB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB8F

Black with #FCDB8F

Text Example


Text Example

White with #FCDB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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