Html Css Color HEX #FCFFB4 Shalimar

📋 copy color: '#FCFFB4'

red 252 ◦ green 255 ◦ blue 180

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

Shades of Shalimar #FCFFB4

Tints of Shalimar #FCFFB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 26.2%

R = 36.68%
G = 37.12%
B = 26.2%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FCFFB4 (or 0xFCFFB4) is known color: Shalimar. HEX triplet: FC, FF and B4. RGB value is (252,255,180). Sum of RGB (Red+Green+Blue) = 252+255+180=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 180 (70.70% from 255 or 26.20% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFFB4 is #03004B. Grayscale: #F5F5F5. Windows color (decimal): -196684 or 11862012. OLE color: 11862012.

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

Color convert

RGB 252 255 180 -
CMYK 0.01 0 0.29 0
HSL 62.4º 1% 0.85% -
HSV(B) 62.4º 0.29% 1% -
XYZ 84.14 95.51 57.18 -
YUV 245.55 91.01 132.6 -
System Red Green Blue C M Y K H S L
Decimal 252 255 180 0.01 0 0.29 0 62.4 1 0.85
Hex FC FF B4 1 0 1D 0 3E 64 55
Octal 374 377 264 1 0 35 0 76 144 125
Binary 11111100 11111111 10110100 1 0 11101 0 111110 1100100 1010101

Color Harmonies of #FCFFB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFFB4

Black with #FCFFB4

Text Example


Text Example

White with #FCFFB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFFB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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