Html Css Color HEX #FCFEAB Shalimar

📋 copy color: '#FCFEAB'

red 252 ◦ green 254 ◦ blue 171

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

Shades of Shalimar #FCFEAB

Tints of Shalimar #FCFEAB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.52%

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

R = 37.22%
G = 37.52%
B = 25.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.00

RGB Variations

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

Color information

#FCFEAB (or 0xFCFEAB) is known color: Shalimar. HEX triplet: FC, FE and AB. RGB value is (252,254,171). Sum of RGB (Red+Green+Blue) = 252+254+171=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 254 (99.61% from 255 or 37.52% from 677); Blue value is 171 (67.19% from 255 or 25.26% from 677); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFEAB is #030154. Grayscale: #F4F4F4. Windows color (decimal): -196949 or 11271932. OLE color: 11271932.

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

Color convert

RGB 252 254 171 -
CMYK 0.01 0 0.33 0.00
HSL 61.45º 0.98% 0.83% -
HSV(B) 61.45º 0.33% 1% -
XYZ 82.94 94.52 52.4 -
YUV 243.94 86.84 133.75 -
System Red Green Blue C M Y K H S L
Decimal 252 254 171 0.01 0 0.33 0.00 61.45 0.98 0.83
Hex FC FE AB 1 0 21 0 3D 62 53
Octal 374 376 253 1 0 41 0 75 142 123
Binary 11111100 11111110 10101011 1 0 100001 0 111101 1100010 1010011

Color Harmonies of #FCFEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEAB

Black with #FCFEAB

Text Example


Text Example

White with #FCFEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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