Html Css Color HEX #FADF8D Vis Vis

📋 copy color: '#FADF8D'

red 250 ◦ green 223 ◦ blue 141

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

Shades of Vis Vis #FADF8D

Tints of Vis Vis #FADF8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.96%

R = 40.72%
G = 36.32%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FADF8D (or 0xFADF8D) is known color: Vis Vis. HEX triplet: FA, DF and 8D. RGB value is (250,223,141). Sum of RGB (Red+Green+Blue) = 250+223+141=614 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.72% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 141 (55.47% from 255 or 22.96% from 614); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF8D is #052072. Grayscale: #DEDEDE. Windows color (decimal): -335987 or 9297914. OLE color: 9297914.

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

Color convert

RGB 250 223 141 -
CMYK 0 0.11 0.44 0.02
HSL 45.14º 0.92% 0.77% -
HSV(B) 45.14º 0.44% 0.98% -
XYZ 70.62 75.02 35.96 -
YUV 221.73 82.45 148.17 -
System Red Green Blue C M Y K H S L
Decimal 250 223 141 0 0.11 0.44 0.02 45.14 0.92 0.77
Hex FA DF 8D 0 B 2C 2 2D 5C 4D
Octal 372 337 215 0 13 54 2 55 134 115
Binary 11111010 11011111 10001101 0 1011 101100 10 101101 1011100 1001101

Color Harmonies of #FADF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF8D

Black with #FADF8D

Text Example


Text Example

White with #FADF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF8D; }

 p { color: rgb(250,223,141); }

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

background-color css

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

 a { background-color: rgb(250,223,141); }

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

border-color css

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

 span { border-color: rgb(250,223,141); }

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