Html Css Color HEX #FCFBAA Shalimar

📋 copy color: '#FCFBAA'

red 252 ◦ green 251 ◦ blue 170

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

Shades of Shalimar #FCFBAA

Tints of Shalimar #FCFBAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 25.26%

R = 37.44%
G = 37.3%
B = 25.26%

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

#FCFBAA (or 0xFCFBAA) is known color: Shalimar. HEX triplet: FC, FB and AA. RGB value is (252,251,170). Sum of RGB (Red+Green+Blue) = 252+251+170=673 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.44% from 673); Green value is 251 (98.44% from 255 or 37.30% from 673); Blue value is 170 (66.80% from 255 or 25.26% from 673); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBAA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBAA is #030455. Grayscale: #F2F2F2. Windows color (decimal): -197718 or 11205628. OLE color: 11205628.

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

Color convert

RGB 252 251 170 -
CMYK 0 0.00 0.33 0.01
HSL 59.27º 0.93% 0.83% -
HSV(B) 59.27º 0.33% 0.99% -
XYZ 81.9 92.59 51.59 -
YUV 242.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 252 251 170 0 0.00 0.33 0.01 59.27 0.93 0.83
Hex FC FB AA 0 0 21 1 3B 5D 53
Octal 374 373 252 0 0 41 1 73 135 123
Binary 11111100 11111011 10101010 0 0 100001 1 111011 1011101 1010011

Color Harmonies of #FCFBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBAA

Black with #FCFBAA

Text Example


Text Example

White with #FCFBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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