Html Css Color HEX #FCFBB4 Shalimar

📋 copy color: '#FCFBB4'

red 252 ◦ green 251 ◦ blue 180

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

Shades of Shalimar #FCFBB4

Tints of Shalimar #FCFBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.35%

R = 36.9%
G = 36.75%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCFBB4 (or 0xFCFBB4) is known color: Shalimar. HEX triplet: FC, FB and B4. RGB value is (252,251,180). Sum of RGB (Red+Green+Blue) = 252+251+180=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 180 (70.70% from 255 or 26.35% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFBB4 is #03044B. Grayscale: #F3F3F3. Windows color (decimal): -197708 or 11860988. OLE color: 11860988.

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

Color convert

RGB 252 251 180 -
CMYK 0 0.00 0.29 0.01
HSL 59.17º 0.92% 0.85% -
HSV(B) 59.17º 0.29% 0.99% -
XYZ 82.88 92.99 56.76 -
YUV 243.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 252 251 180 0 0.00 0.29 0.01 59.17 0.92 0.85
Hex FC FB B4 0 0 1D 1 3B 5C 55
Octal 374 373 264 0 0 35 1 73 134 125
Binary 11111100 11111011 10110100 0 0 11101 1 111011 1011100 1010101

Color Harmonies of #FCFBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBB4

Black with #FCFBB4

Text Example


Text Example

White with #FCFBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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