Html Css Color HEX #FCFEB4 Shalimar

📋 copy color: '#FCFEB4'

red 252 ◦ green 254 ◦ blue 180

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

Shades of Shalimar #FCFEB4

Tints of Shalimar #FCFEB4

RGB

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

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

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

R = 36.73%
G = 37.03%
B = 26.24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#FCFEB4 (or 0xFCFEB4) is known color: Shalimar. HEX triplet: FC, FE and B4. RGB value is (252,254,180). Sum of RGB (Red+Green+Blue) = 252+254+180=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 180 (70.70% from 255 or 26.24% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEB4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFEB4 is #03014B. Grayscale: #F5F5F5. Windows color (decimal): -196940 or 11861756. OLE color: 11861756.

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

Color convert

RGB 252 254 180 -
CMYK 0.01 0 0.29 0.00
HSL 61.62º 0.97% 0.85% -
HSV(B) 61.62º 0.29% 1% -
XYZ 83.82 94.87 57.07 -
YUV 244.97 91.34 133.02 -
System Red Green Blue C M Y K H S L
Decimal 252 254 180 0.01 0 0.29 0.00 61.62 0.97 0.85
Hex FC FE B4 1 0 1D 0 3E 61 55
Octal 374 376 264 1 0 35 0 76 141 125
Binary 11111100 11111110 10110100 1 0 11101 0 111110 1100001 1010101

Color Harmonies of #FCFEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFEB4

Black with #FCFEB4

Text Example


Text Example

White with #FCFEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFEB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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