Html Css Color HEX #FCFCAE Shalimar

📋 copy color: '#FCFCAE'

red 252 ◦ green 252 ◦ blue 174

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

Shades of Shalimar #FCFCAE

Tints of Shalimar #FCFCAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 25.66%

R = 37.17%
G = 37.17%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.01

RGB Variations

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

Color information

#FCFCAE (or 0xFCFCAE) is known color: Shalimar. HEX triplet: FC, FC and AE. RGB value is (252,252,174). Sum of RGB (Red+Green+Blue) = 252+252+174=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 174 (68.36% from 255 or 25.66% from 678); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCAE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCAE is #030351. Grayscale: #F3F3F3. Windows color (decimal): -197458 or 11468028. OLE color: 11468028.

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

Color convert

RGB 252 252 174 -
CMYK 0 0 0.31 0.01
HSL 60º 0.93% 0.84% -
HSV(B) 60º 0.31% 0.99% -
XYZ 82.6 93.37 53.71 -
YUV 243.11 89 134.34 -
System Red Green Blue C M Y K H S L
Decimal 252 252 174 0 0 0.31 0.01 60 0.93 0.84
Hex FC FC AE 0 0 1F 1 3C 5D 54
Octal 374 374 256 0 0 37 1 74 135 124
Binary 11111100 11111100 10101110 0 0 11111 1 111100 1011101 1010100

Color Harmonies of #FCFCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCAE

Black with #FCFCAE

Text Example


Text Example

White with #FCFCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCAE; }

 p { color: rgb(252,252,174); }

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

background-color css

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

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

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

border-color css

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

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

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