Html Css Color HEX #FCF4B0 Shalimar

📋 copy color: '#FCF4B0'

red 252 ◦ green 244 ◦ blue 176

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

Shades of Shalimar #FCF4B0

Tints of Shalimar #FCF4B0

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.31%

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

R = 37.5%
G = 36.31%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCF4B0 (or 0xFCF4B0) is known color: Shalimar. HEX triplet: FC, F4 and B0. RGB value is (252,244,176). Sum of RGB (Red+Green+Blue) = 252+244+176=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 244 (95.70% from 255 or 36.31% from 672); Blue value is 176 (69.14% from 255 or 26.19% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF4B0 is #030B4F. Grayscale: #EEEEEE. Windows color (decimal): -199504 or 11597052. OLE color: 11597052.

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

Color convert

RGB 252 244 176 -
CMYK 0 0.03 0.30 0.01
HSL 53.68º 0.93% 0.84% -
HSV(B) 53.68º 0.3% 0.99% -
XYZ 80.33 88.53 53.93 -
YUV 238.64 92.65 137.53 -
System Red Green Blue C M Y K H S L
Decimal 252 244 176 0 0.03 0.30 0.01 53.68 0.93 0.84
Hex FC F4 B0 0 3 1E 1 36 5D 54
Octal 374 364 260 0 3 36 1 66 135 124
Binary 11111100 11110100 10110000 0 11 11110 1 110110 1011101 1010100

Color Harmonies of #FCF4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF4B0

Black with #FCF4B0

Text Example


Text Example

White with #FCF4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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