Html Css Color HEX #FCFDAB Shalimar

📋 copy color: '#FCFDAB'

red 252 ◦ green 253 ◦ blue 171

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

Shades of Shalimar #FCFDAB

Tints of Shalimar #FCFDAB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.43%

 BLUE value IS 171 (67.19% from 255) = 25.3%

R = 37.28%
G = 37.43%
B = 25.3%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCFDAB (or 0xFCFDAB) is known color: Shalimar. HEX triplet: FC, FD and AB. RGB value is (252,253,171). Sum of RGB (Red+Green+Blue) = 252+253+171=676 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.28% from 676); Green value is 253 (99.22% from 255 or 37.43% from 676); Blue value is 171 (67.19% from 255 or 25.30% from 676); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDAB is #030254. Grayscale: #F3F3F3. Windows color (decimal): -197205 or 11271676. OLE color: 11271676.

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

Color convert

RGB 252 253 171 -
CMYK 0.00 0 0.32 0.01
HSL 60.73º 0.95% 0.83% -
HSV(B) 60.73º 0.32% 0.99% -
XYZ 82.62 93.89 52.3 -
YUV 243.35 87.17 134.17 -
System Red Green Blue C M Y K H S L
Decimal 252 253 171 0.00 0 0.32 0.01 60.73 0.95 0.83
Hex FC FD AB 0 0 20 1 3D 5F 53
Octal 374 375 253 0 0 40 1 75 137 123
Binary 11111100 11111101 10101011 0 0 100000 1 111101 1011111 1010011

Color Harmonies of #FCFDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDAB

Black with #FCFDAB

Text Example


Text Example

White with #FCFDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDAB; }

 p { color: rgb(252,253,171); }

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

background-color css

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

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

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

border-color css

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

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

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