Html Css Color HEX #FFFAB0 Shalimar

📋 copy color: '#FFFAB0'

red 255 ◦ green 250 ◦ blue 176

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

Shades of Shalimar #FFFAB0

Tints of Shalimar #FFFAB0

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

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

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

Color convert

RGB 255 250 176 -
CMYK 0 0.02 0.31 0
HSL 56.2º 1% 0.85% -
HSV(B) 56.2º 0.31% 1% -
XYZ 83.26 92.77 54.59 -
YUV 243.06 90.16 136.52 -
System Red Green Blue C M Y K H S L
Decimal 255 250 176 0 0.02 0.31 0 56.2 1 0.85
Hex FF FA B0 0 2 1F 0 38 64 55
Octal 377 372 260 0 2 37 0 70 144 125
Binary 11111111 11111010 10110000 0 10 11111 0 111000 1100100 1010101

Color Harmonies of #FFFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFAB0

Black with #FFFAB0

Text Example


Text Example

White with #FFFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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