Html Css Color HEX #FCF3B4 Shalimar

📋 copy color: '#FCF3B4'

red 252 ◦ green 243 ◦ blue 180

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

Shades of Shalimar #FCF3B4

Tints of Shalimar #FCF3B4

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36%

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

R = 37.33%
G = 36%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCF3B4 (or 0xFCF3B4) is known color: Shalimar. HEX triplet: FC, F3 and B4. RGB value is (252,243,180). Sum of RGB (Red+Green+Blue) = 252+243+180=675 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.33% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 180 (70.70% from 255 or 26.67% from 675); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3B4 is #030C4B. Grayscale: #EEEEEE. Windows color (decimal): -199756 or 11858940. OLE color: 11858940.

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

Color convert

RGB 252 243 180 -
CMYK 0 0.04 0.29 0.01
HSL 52.5º 0.92% 0.85% -
HSV(B) 52.5º 0.29% 0.99% -
XYZ 80.43 88.09 55.94 -
YUV 238.51 94.98 137.62 -
System Red Green Blue C M Y K H S L
Decimal 252 243 180 0 0.04 0.29 0.01 52.5 0.92 0.85
Hex FC F3 B4 0 4 1D 1 34 5C 55
Octal 374 363 264 0 4 35 1 64 134 125
Binary 11111100 11110011 10110100 0 100 11101 1 110100 1011100 1010101

Color Harmonies of #FCF3B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF3B4

Black with #FCF3B4

Text Example


Text Example

White with #FCF3B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF3B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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