Html Css Color HEX #FCF5AF Shalimar

📋 copy color: '#FCF5AF'

red 252 ◦ green 245 ◦ blue 175

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

Shades of Shalimar #FCF5AF

Tints of Shalimar #FCF5AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 26.04%

R = 37.5%
G = 36.46%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCF5AF (or 0xFCF5AF) is known color: Shalimar. HEX triplet: FC, F5 and AF. RGB value is (252,245,175). Sum of RGB (Red+Green+Blue) = 252+245+175=672 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.5% from 672); Green value is 245 (96.09% from 255 or 36.46% from 672); Blue value is 175 (68.75% from 255 or 26.04% from 672); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF5AF is #030A50. Grayscale: #EFEFEF. Windows color (decimal): -199249 or 11531772. OLE color: 11531772.

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

Color convert

RGB 252 245 175 -
CMYK 0 0.03 0.31 0.01
HSL 54.55º 0.93% 0.84% -
HSV(B) 54.55º 0.31% 0.99% -
XYZ 80.54 89.1 53.51 -
YUV 239.11 91.82 137.19 -
System Red Green Blue C M Y K H S L
Decimal 252 245 175 0 0.03 0.31 0.01 54.55 0.93 0.84
Hex FC F5 AF 0 3 1F 1 37 5D 54
Octal 374 365 257 0 3 37 1 67 135 124
Binary 11111100 11110101 10101111 0 11 11111 1 110111 1011101 1010100

Color Harmonies of #FCF5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF5AF

Black with #FCF5AF

Text Example


Text Example

White with #FCF5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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