Html Css Color HEX #FCFBB0 Shalimar

📋 copy color: '#FCFBB0'

red 252 ◦ green 251 ◦ blue 176

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

Shades of Shalimar #FCFBB0

Tints of Shalimar #FCFBB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 25.92%

R = 37.11%
G = 36.97%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCFBB0 (or 0xFCFBB0) is known color: Shalimar. HEX triplet: FC, FB and B0. RGB value is (252,251,176). Sum of RGB (Red+Green+Blue) = 252+251+176=679 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.11% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 176 (69.14% from 255 or 25.92% from 679); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBB0 is #03044F. Grayscale: #F3F3F3. Windows color (decimal): -197712 or 11598844. OLE color: 11598844.

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

Color convert

RGB 252 251 176 -
CMYK 0 0.00 0.30 0.01
HSL 59.21º 0.93% 0.84% -
HSV(B) 59.21º 0.3% 0.99% -
XYZ 82.48 92.82 54.64 -
YUV 242.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 252 251 176 0 0.00 0.30 0.01 59.21 0.93 0.84
Hex FC FB B0 0 0 1E 1 3B 5D 54
Octal 374 373 260 0 0 36 1 73 135 124
Binary 11111100 11111011 10110000 0 0 11110 1 111011 1011101 1010100

Color Harmonies of #FCFBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBB0

Black with #FCFBB0

Text Example


Text Example

White with #FCFBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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