Html Css Color HEX #FFFAB3 Shalimar

📋 copy color: '#FFFAB3'

red 255 ◦ green 250 ◦ blue 179

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

Shades of Shalimar #FFFAB3

Tints of Shalimar #FFFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.17%

R = 37.28%
G = 36.55%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFFAB3 (or 0xFFFAB3) is known color: Shalimar. HEX triplet: FF, FA and B3. RGB value is (255,250,179). Sum of RGB (Red+Green+Blue) = 255+250+179=684 (90% of max value = 765). Red value is 255 (100% from 255 or 37.28% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 179 (70.31% from 255 or 26.17% from 684); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFAB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFAB3 is #00054C. Grayscale: #F3F3F3. Windows color (decimal): -1357 or 11795199. OLE color: 11795199.

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

Color convert

RGB 255 250 179 -
CMYK 0 0.02 0.30 0
HSL 56.05º 1% 0.85% -
HSV(B) 56.05º 0.3% 1% -
XYZ 83.56 92.89 56.17 -
YUV 243.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 255 250 179 0 0.02 0.30 0 56.05 1 0.85
Hex FF FA B3 0 2 1E 0 38 64 55
Octal 377 372 263 0 2 36 0 70 144 125
Binary 11111111 11111010 10110011 0 10 11110 0 111000 1100100 1010101

Color Harmonies of #FFFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFFAB3

Black with #FFFAB3

Text Example


Text Example

White with #FFFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFFAB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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