Html Css Color HEX #FAFADB Beige

📋 copy color: '#FAFADB'

red 250 ◦ green 250 ◦ blue 219

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

Shades of Beige #FAFADB

Tints of Beige #FAFADB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 34.77%

 BLUE value IS 219 (85.94% from 255) = 30.46%

R = 34.77%
G = 34.77%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#FAFADB (or 0xFAFADB) is known color: Beige. HEX triplet: FA, FA and DB. RGB value is (250,250,219). Sum of RGB (Red+Green+Blue) = 250+250+219=719 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.77% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 219 (85.94% from 255 or 30.46% from 719); Max value from RGB is 250 - color contains mainly: red, green. Hex color #FAFADB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFADB is #050524. Grayscale: #F6F6F6. Windows color (decimal): -328997 or 14416634. OLE color: 14416634.

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

Color convert

RGB 250 250 219 -
CMYK 0 0 0.12 0.02
HSL 60º 0.76% 0.92% -
HSV(B) 60º 0.12% 0.98% -
XYZ 86.4 93.81 80.57 -
YUV 246.47 112.5 130.52 -
System Red Green Blue C M Y K H S L
Decimal 250 250 219 0 0 0.12 0.02 60 0.76 0.92
Hex FA FA DB 0 0 C 2 3C 4C 5C
Octal 372 372 333 0 0 14 2 74 114 134
Binary 11111010 11111010 11011011 0 0 1100 10 111100 1001100 1011100

Color Harmonies of #FAFADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFADB

Black with #FAFADB

Text Example


Text Example

White with #FAFADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFADB; }

 p { color: rgb(250,250,219); }

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

background-color css

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

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

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

border-color css

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

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

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