Html Css Color HEX #FFFAAB Shalimar

📋 copy color: '#FFFAAB'

red 255 ◦ green 250 ◦ blue 171

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

Shades of Shalimar #FFFAAB

Tints of Shalimar #FFFAAB

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 250 171 -
CMYK 0 0.02 0.33 0
HSL 56.43º 1% 0.84% -
HSV(B) 56.43º 0.33% 1% -
XYZ 82.78 92.57 52.03 -
YUV 242.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 255 250 171 0 0.02 0.33 0 56.43 1 0.84
Hex FF FA AB 0 2 21 0 38 64 54
Octal 377 372 253 0 2 41 0 70 144 124
Binary 11111111 11111010 10101011 0 10 100001 0 111000 1100100 1010100

Color Harmonies of #FFFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFAAB

Black with #FFFAAB

Text Example


Text Example

White with #FFFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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