Html Css Color HEX #FAFFAB Shalimar

📋 copy color: '#FAFFAB'

red 250 ◦ green 255 ◦ blue 171

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

Shades of Shalimar #FAFFAB

Tints of Shalimar #FAFFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 25.3%

R = 36.98%
G = 37.72%
B = 25.3%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FAFFAB (or 0xFAFFAB) is known color: Shalimar. HEX triplet: FA, FF and AB. RGB value is (250,255,171). Sum of RGB (Red+Green+Blue) = 250+255+171=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 171 (67.19% from 255 or 25.30% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAFFAB is #050054. Grayscale: #F4F4F4. Windows color (decimal): -327765 or 11272186. OLE color: 11272186.

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

Color convert

RGB 250 255 171 -
CMYK 0.02 0 0.33 0
HSL 63.57º 1% 0.84% -
HSV(B) 63.57º 0.33% 1% -
XYZ 82.54 94.78 52.47 -
YUV 243.93 86.84 132.33 -
System Red Green Blue C M Y K H S L
Decimal 250 255 171 0.02 0 0.33 0 63.57 1 0.84
Hex FA FF AB 2 0 21 0 40 64 54
Octal 372 377 253 2 0 41 0 100 144 124
Binary 11111010 11111111 10101011 10 0 100001 0 1000000 1100100 1010100

Color Harmonies of #FAFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAFFAB

Black with #FAFFAB

Text Example


Text Example

White with #FAFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAFFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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