Html Css Color HEX #FCF6B4 Shalimar

📋 copy color: '#FCF6B4'

red 252 ◦ green 246 ◦ blue 180

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

Shades of Shalimar #FCF6B4

Tints of Shalimar #FCF6B4

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.28%

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

R = 37.17%
G = 36.28%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCF6B4 (or 0xFCF6B4) is known color: Shalimar. HEX triplet: FC, F6 and B4. RGB value is (252,246,180). Sum of RGB (Red+Green+Blue) = 252+246+180=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 246 (96.48% from 255 or 36.28% from 678); Blue value is 180 (70.70% from 255 or 26.55% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6B4 is #03094B. Grayscale: #F0F0F0. Windows color (decimal): -198988 or 11859708. OLE color: 11859708.

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

Color convert

RGB 252 246 180 -
CMYK 0 0.02 0.29 0.01
HSL 55º 0.92% 0.85% -
HSV(B) 55º 0.29% 0.99% -
XYZ 81.34 89.9 56.25 -
YUV 240.27 93.99 136.37 -
System Red Green Blue C M Y K H S L
Decimal 252 246 180 0 0.02 0.29 0.01 55 0.92 0.85
Hex FC F6 B4 0 2 1D 1 37 5C 55
Octal 374 366 264 0 2 35 1 67 134 125
Binary 11111100 11110110 10110100 0 10 11101 1 110111 1011100 1010101

Color Harmonies of #FCF6B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF6B4

Black with #FCF6B4

Text Example


Text Example

White with #FCF6B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF6B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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