Html Css Color HEX #FBDC93 Vis Vis

📋 copy color: '#FBDC93'

red 251 ◦ green 220 ◦ blue 147

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

Shades of Vis Vis #FBDC93

Tints of Vis Vis #FBDC93

RGB

 RED value IS 251 (98.44% from 255) = 40.61%

 GREEN value IS 220 (86.33% from 255) = 35.6%

 BLUE value IS 147 (57.81% from 255) = 23.79%

R = 40.61%
G = 35.6%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#FBDC93 (or 0xFBDC93) is known color: Vis Vis. HEX triplet: FB, DC and 93. RGB value is (251,220,147). Sum of RGB (Red+Green+Blue) = 251+220+147=618 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.61% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 147 (57.81% from 255 or 23.79% from 618); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDC93 is #04236C. Grayscale: #DDDDDD. Windows color (decimal): -271213 or 9690363. OLE color: 9690363.

HSL color Cylindrical-coordinate representation of color #FBDC93: hue angle of 42.12º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FBDC93 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 220 147 -
CMYK 0 0.12 0.41 0.02
HSL 42.12º 0.93% 0.78% -
HSV(B) 42.12º 0.41% 0.98% -
XYZ 70.64 73.8 38.13 -
YUV 220.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 251 220 147 0 0.12 0.41 0.02 42.12 0.93 0.78
Hex FB DC 93 0 C 29 2 2A 5D 4E
Octal 373 334 223 0 14 51 2 52 135 116
Binary 11111011 11011100 10010011 0 1100 101001 10 101010 1011101 1001110

Color Harmonies of #FBDC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDC93

Black with #FBDC93

Text Example


Text Example

White with #FBDC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDC93; }

 p { color: rgb(251,220,147); }

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

background-color css

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

 a { background-color: rgb(251,220,147); }

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

border-color css

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

 span { border-color: rgb(251,220,147); }

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