Html Css Color HEX #FCDF8F Vis Vis

📋 copy color: '#FCDF8F'

red 252 ◦ green 223 ◦ blue 143

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

Shades of Vis Vis #FCDF8F

Tints of Vis Vis #FCDF8F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.08%

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

R = 40.78%
G = 36.08%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#FCDF8F (or 0xFCDF8F) is known color: Vis Vis. HEX triplet: FC, DF and 8F. RGB value is (252,223,143). Sum of RGB (Red+Green+Blue) = 252+223+143=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 143 (56.25% from 255 or 23.14% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF8F is #032070. Grayscale: #DEDEDE. Windows color (decimal): -204913 or 9428988. OLE color: 9428988.

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

Color convert

RGB 252 223 143 -
CMYK 0 0.12 0.43 0.01
HSL 44.04º 0.95% 0.77% -
HSV(B) 44.04º 0.43% 0.99% -
XYZ 71.49 75.45 36.78 -
YUV 222.55 83.11 149 -
System Red Green Blue C M Y K H S L
Decimal 252 223 143 0 0.12 0.43 0.01 44.04 0.95 0.77
Hex FC DF 8F 0 C 2B 1 2C 5F 4D
Octal 374 337 217 0 14 53 1 54 137 115
Binary 11111100 11011111 10001111 0 1100 101011 1 101100 1011111 1001101

Color Harmonies of #FCDF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF8F

Black with #FCDF8F

Text Example


Text Example

White with #FCDF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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