Html Css Color HEX #FCF1AA Shalimar

📋 copy color: '#FCF1AA'

red 252 ◦ green 241 ◦ blue 170

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

Shades of Shalimar #FCF1AA

Tints of Shalimar #FCF1AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 25.64%

R = 38.01%
G = 36.35%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCF1AA (or 0xFCF1AA) is known color: Shalimar. HEX triplet: FC, F1 and AA. RGB value is (252,241,170). Sum of RGB (Red+Green+Blue) = 252+241+170=663 (87% of max value = 765). Red value is 252 (98.83% from 255 or 38.01% from 663); Green value is 241 (94.53% from 255 or 36.35% from 663); Blue value is 170 (66.80% from 255 or 25.64% from 663); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCF1AA is #030E55. Grayscale: #ECECEC. Windows color (decimal): -200278 or 11203068. OLE color: 11203068.

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

Color convert

RGB 252 241 170 -
CMYK 0 0.04 0.33 0.01
HSL 51.95º 0.93% 0.83% -
HSV(B) 51.95º 0.33% 0.99% -
XYZ 78.86 86.51 50.57 -
YUV 236.2 90.64 139.27 -
System Red Green Blue C M Y K H S L
Decimal 252 241 170 0 0.04 0.33 0.01 51.95 0.93 0.83
Hex FC F1 AA 0 4 21 1 34 5D 53
Octal 374 361 252 0 4 41 1 64 135 123
Binary 11111100 11110001 10101010 0 100 100001 1 110100 1011101 1010011

Color Harmonies of #FCF1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCF1AA

Black with #FCF1AA

Text Example


Text Example

White with #FCF1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCF1AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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