Html Css Color HEX #FCFFAB Shalimar

📋 copy color: '#FCFFAB'

red 252 ◦ green 255 ◦ blue 171

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

Shades of Shalimar #FCFFAB

Tints of Shalimar #FCFFAB

RGB

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

 GREEN value IS 255 (100% from 255) = 37.61%

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

R = 37.17%
G = 37.61%
B = 25.22%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FCFFAB (or 0xFCFFAB) is known color: Shalimar. HEX triplet: FC, FF and AB. RGB value is (252,255,171). Sum of RGB (Red+Green+Blue) = 252+255+171=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 171 (67.19% from 255 or 25.22% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFAB is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFFAB is #030054. Grayscale: #F4F4F4. Windows color (decimal): -196693 or 11272188. OLE color: 11272188.

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

Color convert

RGB 252 255 171 -
CMYK 0.01 0 0.33 0
HSL 62.14º 1% 0.84% -
HSV(B) 62.14º 0.33% 1% -
XYZ 83.26 95.16 52.51 -
YUV 244.53 86.51 133.33 -
System Red Green Blue C M Y K H S L
Decimal 252 255 171 0.01 0 0.33 0 62.14 1 0.84
Hex FC FF AB 1 0 21 0 3E 64 54
Octal 374 377 253 1 0 41 0 76 144 124
Binary 11111100 11111111 10101011 1 0 100001 0 111110 1100100 1010100

Color Harmonies of #FCFFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFAB

Black with #FCFFAB

Text Example


Text Example

White with #FCFFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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