Html Css Color HEX #FADF8B Vis Vis

📋 copy color: '#FADF8B'

red 250 ◦ green 223 ◦ blue 139

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

Shades of Vis Vis #FADF8B

Tints of Vis Vis #FADF8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.71%

R = 40.85%
G = 36.44%
B = 22.71%

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

#FADF8B (or 0xFADF8B) is known color: Vis Vis. HEX triplet: FA, DF and 8B. RGB value is (250,223,139). Sum of RGB (Red+Green+Blue) = 250+223+139=612 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.85% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 139 (54.69% from 255 or 22.71% from 612); Max value from RGB is 250 - color contains mainly: red. Hex color #FADF8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FADF8B is #052074. Grayscale: #DDDDDD. Windows color (decimal): -335989 or 9166842. OLE color: 9166842.

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

Color convert

RGB 250 223 139 -
CMYK 0 0.11 0.44 0.02
HSL 45.41º 0.92% 0.76% -
HSV(B) 45.41º 0.44% 0.98% -
XYZ 70.47 74.96 35.18 -
YUV 221.5 81.45 148.33 -
System Red Green Blue C M Y K H S L
Decimal 250 223 139 0 0.11 0.44 0.02 45.41 0.92 0.76
Hex FA DF 8B 0 B 2C 2 2D 5C 4C
Octal 372 337 213 0 13 54 2 55 134 114
Binary 11111010 11011111 10001011 0 1011 101100 10 101101 1011100 1001100

Color Harmonies of #FADF8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FADF8B

Black with #FADF8B

Text Example


Text Example

White with #FADF8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FADF8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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