Html Css Color HEX #FCFCAD Shalimar

📋 copy color: '#FCFCAD'

red 252 ◦ green 252 ◦ blue 173

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

Shades of Shalimar #FCFCAD

Tints of Shalimar #FCFCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.55%

R = 37.22%
G = 37.22%
B = 25.55%

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

#FCFCAD (or 0xFCFCAD) is known color: Shalimar. HEX triplet: FC, FC and AD. RGB value is (252,252,173). Sum of RGB (Red+Green+Blue) = 252+252+173=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 252 (98.83% from 255 or 37.22% from 677); Blue value is 173 (67.97% from 255 or 25.55% from 677); Max value from RGB is 252 - color contains mainly: red, green. Hex color #FCFCAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFCAD is #030352. Grayscale: #F3F3F3. Windows color (decimal): -197459 or 11402492. OLE color: 11402492.

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

Color convert

RGB 252 252 173 -
CMYK 0 0 0.31 0.01
HSL 60º 0.93% 0.83% -
HSV(B) 60º 0.31% 0.99% -
XYZ 82.5 93.33 53.2 -
YUV 242.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 252 252 173 0 0 0.31 0.01 60 0.93 0.83
Hex FC FC AD 0 0 1F 1 3C 5D 53
Octal 374 374 255 0 0 37 1 74 135 123
Binary 11111100 11111100 10101101 0 0 11111 1 111100 1011101 1010011

Color Harmonies of #FCFCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFCAD

Black with #FCFCAD

Text Example


Text Example

White with #FCFCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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