Html Css Color HEX #FBDD93 Vis Vis

📋 copy color: '#FBDD93'

red 251 ◦ green 221 ◦ blue 147

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

Shades of Vis Vis #FBDD93

Tints of Vis Vis #FBDD93

RGB

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

 GREEN value IS 221 (86.72% from 255) = 35.7%

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

R = 40.55%
G = 35.7%
B = 23.75%

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

#FBDD93 (or 0xFBDD93) is known color: Vis Vis. HEX triplet: FB, DD and 93. RGB value is (251,221,147). Sum of RGB (Red+Green+Blue) = 251+221+147=619 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.55% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 147 (57.81% from 255 or 23.75% from 619); Max value from RGB is 251 - color contains mainly: red. Hex color #FBDD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBDD93 is #04226C. Grayscale: #DDDDDD. Windows color (decimal): -270957 or 9690619. OLE color: 9690619.

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

Color convert

RGB 251 221 147 -
CMYK 0 0.12 0.41 0.02
HSL 42.69º 0.93% 0.78% -
HSV(B) 42.69º 0.41% 0.98% -
XYZ 70.91 74.33 38.21 -
YUV 221.53 85.94 149.02 -
System Red Green Blue C M Y K H S L
Decimal 251 221 147 0 0.12 0.41 0.02 42.69 0.93 0.78
Hex FB DD 93 0 C 29 2 2B 5D 4E
Octal 373 335 223 0 14 51 2 53 135 116
Binary 11111011 11011101 10010011 0 1100 101001 10 101011 1011101 1001110

Color Harmonies of #FBDD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBDD93

Black with #FBDD93

Text Example


Text Example

White with #FBDD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBDD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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