Html Css Color HEX #FCF5A7 Shalimar

📋 copy color: '#FCF5A7'

red 252 ◦ green 245 ◦ blue 167

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

Shades of Shalimar #FCF5A7

Tints of Shalimar #FCF5A7

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.9%

 BLUE value IS 167 (65.63% from 255) = 25.15%

R = 37.95%
G = 36.9%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#FCF5A7 (or 0xFCF5A7) is known color: Shalimar. HEX triplet: FC, F5 and A7. RGB value is (252,245,167). Sum of RGB (Red+Green+Blue) = 252+245+167=664 (87% of max value = 765). Red value is 252 (98.83% from 255 or 37.95% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 167 (65.62% from 255 or 25.15% from 664); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5A7 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5A7 is #030A58. Grayscale: #EEEEEE. Windows color (decimal): -199257 or 11007484. OLE color: 11007484.

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

Color convert

RGB 252 245 167 -
CMYK 0 0.03 0.34 0.01
HSL 55.06º 0.93% 0.82% -
HSV(B) 55.06º 0.34% 0.99% -
XYZ 79.77 88.79 49.49 -
YUV 238.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 252 245 167 0 0.03 0.34 0.01 55.06 0.93 0.82
Hex FC F5 A7 0 3 22 1 37 5D 52
Octal 374 365 247 0 3 42 1 67 135 122
Binary 11111100 11110101 10100111 0 11 100010 1 110111 1011101 1010010

Color Harmonies of #FCF5A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5A7

Black with #FCF5A7

Text Example


Text Example

White with #FCF5A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5A7; }

 p { color: rgb(252,245,167); }

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

background-color css

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

 a { background-color: rgb(252,245,167); }

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

border-color css

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

 span { border-color: rgb(252,245,167); }

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