Html Css Color HEX #FCFBA8 Shalimar

📋 copy color: '#FCFBA8'

red 252 ◦ green 251 ◦ blue 168

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

Shades of Shalimar #FCFBA8

Tints of Shalimar #FCFBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 25.04%

R = 37.56%
G = 37.41%
B = 25.04%

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

#FCFBA8 (or 0xFCFBA8) is known color: Shalimar. HEX triplet: FC, FB and A8. RGB value is (252,251,168). Sum of RGB (Red+Green+Blue) = 252+251+168=671 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.56% from 671); Green value is 251 (98.44% from 255 or 37.41% from 671); Blue value is 168 (66.02% from 255 or 25.04% from 671); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA8 is #030457. Grayscale: #F2F2F2. Windows color (decimal): -197720 or 11074556. OLE color: 11074556.

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

Color convert

RGB 252 251 168 -
CMYK 0 0.00 0.33 0.01
HSL 59.29º 0.93% 0.82% -
HSV(B) 59.29º 0.33% 0.99% -
XYZ 81.71 92.52 50.6 -
YUV 241.84 86.33 135.25 -
System Red Green Blue C M Y K H S L
Decimal 252 251 168 0 0.00 0.33 0.01 59.29 0.93 0.82
Hex FC FB A8 0 0 21 1 3B 5D 52
Octal 374 373 250 0 0 41 1 73 135 122
Binary 11111100 11111011 10101000 0 0 100001 1 111011 1011101 1010010

Color Harmonies of #FCFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBA8

Black with #FCFBA8

Text Example


Text Example

White with #FCFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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