Html Css Color HEX #FADD8C Vis Vis

📋 copy color: '#FADD8C'

red 250 ◦ green 221 ◦ blue 140

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

Shades of Vis Vis #FADD8C

Tints of Vis Vis #FADD8C

RGB

 RED value IS 250 (98.05% from 255) = 40.92%

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

 BLUE value IS 140 (55.08% from 255) = 22.91%

R = 40.92%
G = 36.17%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FADD8C (or 0xFADD8C) is known color: Vis Vis. HEX triplet: FA, DD and 8C. RGB value is (250,221,140). Sum of RGB (Red+Green+Blue) = 250+221+140=611 (80% of max value = 765). Red value is 250 (98.05% from 255 or 40.92% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 250 - color contains mainly: red. Hex color #FADD8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADD8C is #052273. Grayscale: #DCDCDC. Windows color (decimal): -336500 or 9231866. OLE color: 9231866.

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

Color convert

RGB 250 221 140 -
CMYK 0 0.12 0.44 0.02
HSL 44.18º 0.92% 0.76% -
HSV(B) 44.18º 0.44% 0.98% -
XYZ 70.01 73.93 35.39 -
YUV 220.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 250 221 140 0 0.12 0.44 0.02 44.18 0.92 0.76
Hex FA DD 8C 0 C 2C 2 2C 5C 4C
Octal 372 335 214 0 14 54 2 54 134 114
Binary 11111010 11011101 10001100 0 1100 101100 10 101100 1011100 1001100

Color Harmonies of #FADD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADD8C

Black with #FADD8C

Text Example


Text Example

White with #FADD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADD8C; }

 p { color: rgb(250,221,140); }

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

background-color css

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

 a { background-color: rgb(250,221,140); }

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

border-color css

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

 span { border-color: rgb(250,221,140); }

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