Html Css Color HEX #FAFFB0 Shalimar

📋 copy color: '#FAFFB0'

red 250 ◦ green 255 ◦ blue 176

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

Shades of Shalimar #FAFFB0

Tints of Shalimar #FAFFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 37.44%

 BLUE value IS 176 (69.14% from 255) = 25.84%

R = 36.71%
G = 37.44%
B = 25.84%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#FAFFB0 (or 0xFAFFB0) is known color: Shalimar. HEX triplet: FA, FF and B0. RGB value is (250,255,176). Sum of RGB (Red+Green+Blue) = 250+255+176=681 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.71% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 176 (69.14% from 255 or 25.84% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFB0 is #05004F. Grayscale: #F4F4F4. Windows color (decimal): -327760 or 11599866. OLE color: 11599866.

HSL color Cylindrical-coordinate representation of color #FAFFB0: hue angle of 63.8º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAFFB0 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.

Color convert

RGB 250 255 176 -
CMYK 0.02 0 0.31 0
HSL 63.8º 1% 0.85% -
HSV(B) 63.8º 0.31% 1% -
XYZ 83.02 94.98 55.03 -
YUV 244.5 89.34 131.92 -
System Red Green Blue C M Y K H S L
Decimal 250 255 176 0.02 0 0.31 0 63.8 1 0.85
Hex FA FF B0 2 0 1F 0 40 64 55
Octal 372 377 260 2 0 37 0 100 144 125
Binary 11111010 11111111 10110000 10 0 11111 0 1000000 1100100 1010101

Color Harmonies of #FAFFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFB0

Black with #FAFFB0

Text Example


Text Example

White with #FAFFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFB0; }

 p { color: rgb(250,255,176); }

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

background-color css

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

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

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

border-color css

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

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

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