Html Css Color HEX #FCFBA9 Shalimar

📋 copy color: '#FCFBA9'

red 252 ◦ green 251 ◦ blue 169

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

Shades of Shalimar #FCFBA9

Tints of Shalimar #FCFBA9

RGB

 RED value IS 252 (98.83% from 255) = 37.5%

 GREEN value IS 251 (98.44% from 255) = 37.35%

 BLUE value IS 169 (66.41% from 255) = 25.15%

R = 37.5%
G = 37.35%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCFBA9 (or 0xFCFBA9) is known color: Shalimar. HEX triplet: FC, FB and A9. RGB value is (252,251,169). Sum of RGB (Red+Green+Blue) = 252+251+169=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 251 (98.44% from 255 or 37.35% from 672); Blue value is 169 (66.41% from 255 or 25.15% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA9 is #030456. Grayscale: #F2F2F2. Windows color (decimal): -197719 or 11140092. OLE color: 11140092.

HSL color Cylindrical-coordinate representation of color #FCFBA9: hue angle of 59.28º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCFBA9 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 251 169 -
CMYK 0 0.00 0.33 0.01
HSL 59.28º 0.93% 0.83% -
HSV(B) 59.28º 0.33% 0.99% -
XYZ 81.8 92.55 51.09 -
YUV 241.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 252 251 169 0 0.00 0.33 0.01 59.28 0.93 0.83
Hex FC FB A9 0 0 21 1 3B 5D 53
Octal 374 373 251 0 0 41 1 73 135 123
Binary 11111100 11111011 10101001 0 0 100001 1 111011 1011101 1010011

Color Harmonies of #FCFBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBA9

Black with #FCFBA9

Text Example


Text Example

White with #FCFBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBA9; }

 p { color: rgb(252,251,169); }

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

background-color css

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

 a { background-color: rgb(252,251,169); }

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

border-color css

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

 span { border-color: rgb(252,251,169); }

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