Html Css Color HEX #FCFBA4 Shalimar

📋 copy color: '#FCFBA4'

red 252 ◦ green 251 ◦ blue 164

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

Shades of Shalimar #FCFBA4

Tints of Shalimar #FCFBA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.59%

R = 37.78%
G = 37.63%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCFBA4 (or 0xFCFBA4) is known color: Shalimar. HEX triplet: FC, FB and A4. RGB value is (252,251,164). Sum of RGB (Red+Green+Blue) = 252+251+164=667 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.78% from 667); Green value is 251 (98.44% from 255 or 37.63% from 667); Blue value is 164 (64.45% from 255 or 24.59% from 667); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBA4 is #03045B. Grayscale: #F1F1F1. Windows color (decimal): -197724 or 10812412. OLE color: 10812412.

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

Color convert

RGB 252 251 164 -
CMYK 0 0.00 0.35 0.01
HSL 59.32º 0.94% 0.82% -
HSV(B) 59.32º 0.35% 0.99% -
XYZ 81.34 92.37 48.66 -
YUV 241.38 84.33 135.57 -
System Red Green Blue C M Y K H S L
Decimal 252 251 164 0 0.00 0.35 0.01 59.32 0.94 0.82
Hex FC FB A4 0 0 23 1 3B 5E 52
Octal 374 373 244 0 0 43 1 73 136 122
Binary 11111100 11111011 10100100 0 0 100011 1 111011 1011110 1010010

Color Harmonies of #FCFBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBA4

Black with #FCFBA4

Text Example


Text Example

White with #FCFBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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