Html Css Color HEX #FCF1B0 Shalimar

📋 copy color: '#FCF1B0'

red 252 ◦ green 241 ◦ blue 176

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

Shades of Shalimar #FCF1B0

Tints of Shalimar #FCF1B0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.02%

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

R = 37.67%
G = 36.02%
B = 26.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCF1B0 (or 0xFCF1B0) is known color: Shalimar. HEX triplet: FC, F1 and B0. RGB value is (252,241,176). Sum of RGB (Red+Green+Blue) = 252+241+176=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 241 (94.53% from 255 or 36.02% from 669); Blue value is 176 (69.14% from 255 or 26.31% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1B0 is #030E4F. Grayscale: #EDEDED. Windows color (decimal): -200272 or 11596284. OLE color: 11596284.

HSL color Cylindrical-coordinate representation of color #FCF1B0: hue angle of 51.32º 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 #FCF1B0 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 241 176 -
CMYK 0 0.04 0.30 0.01
HSL 51.32º 0.93% 0.84% -
HSV(B) 51.32º 0.3% 0.99% -
XYZ 79.44 86.74 53.63 -
YUV 236.88 93.64 138.79 -
System Red Green Blue C M Y K H S L
Decimal 252 241 176 0 0.04 0.30 0.01 51.32 0.93 0.84
Hex FC F1 B0 0 4 1E 1 33 5D 54
Octal 374 361 260 0 4 36 1 63 135 124
Binary 11111100 11110001 10110000 0 100 11110 1 110011 1011101 1010100

Color Harmonies of #FCF1B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1B0

Black with #FCF1B0

Text Example


Text Example

White with #FCF1B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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