Html Css Color HEX #FCF1AF Shalimar

📋 copy color: '#FCF1AF'

red 252 ◦ green 241 ◦ blue 175

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

Shades of Shalimar #FCF1AF

Tints of Shalimar #FCF1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 36.08%

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

R = 37.72%
G = 36.08%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCF1AF (or 0xFCF1AF) is known color: Shalimar. HEX triplet: FC, F1 and AF. RGB value is (252,241,175). Sum of RGB (Red+Green+Blue) = 252+241+175=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 241 (94.53% from 255 or 36.08% from 668); Blue value is 175 (68.75% from 255 or 26.20% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AF is #030E50. Grayscale: #EDEDED. Windows color (decimal): -200273 or 11530748. OLE color: 11530748.

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

Color convert

RGB 252 241 175 -
CMYK 0 0.04 0.31 0.01
HSL 51.43º 0.93% 0.84% -
HSV(B) 51.43º 0.31% 0.99% -
XYZ 79.34 86.7 53.11 -
YUV 236.77 93.14 138.87 -
System Red Green Blue C M Y K H S L
Decimal 252 241 175 0 0.04 0.31 0.01 51.43 0.93 0.84
Hex FC F1 AF 0 4 1F 1 33 5D 54
Octal 374 361 257 0 4 37 1 63 135 124
Binary 11111100 11110001 10101111 0 100 11111 1 110011 1011101 1010100

Color Harmonies of #FCF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1AF

Black with #FCF1AF

Text Example


Text Example

White with #FCF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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