Html Css Color HEX #FCFBB2 Shalimar

📋 copy color: '#FCFBB2'

red 252 ◦ green 251 ◦ blue 178

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

Shades of Shalimar #FCFBB2

Tints of Shalimar #FCFBB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.14%

R = 37%
G = 36.86%
B = 26.14%

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

#FCFBB2 (or 0xFCFBB2) is known color: Shalimar. HEX triplet: FC, FB and B2. RGB value is (252,251,178). Sum of RGB (Red+Green+Blue) = 252+251+178=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 251 (98.44% from 255 or 36.86% from 681); Blue value is 178 (69.92% from 255 or 26.14% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFBB2 is #03044D. Grayscale: #F3F3F3. Windows color (decimal): -197710 or 11729916. OLE color: 11729916.

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

Color convert

RGB 252 251 178 -
CMYK 0 0.00 0.29 0.01
HSL 59.19º 0.93% 0.84% -
HSV(B) 59.19º 0.29% 0.99% -
XYZ 82.68 92.9 55.69 -
YUV 242.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 252 251 178 0 0.00 0.29 0.01 59.19 0.93 0.84
Hex FC FB B2 0 0 1D 1 3B 5C 54
Octal 374 373 262 0 0 35 1 73 134 124
Binary 11111100 11111011 10110010 0 0 11101 1 111011 1011100 1010100

Color Harmonies of #FCFBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFBB2

Black with #FCFBB2

Text Example


Text Example

White with #FCFBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFBB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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