Html Css Color HEX #FCFDB5 Shalimar

📋 copy color: '#FCFDB5'

red 252 ◦ green 253 ◦ blue 181

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

Shades of Shalimar #FCFDB5

Tints of Shalimar #FCFDB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 26.38%

R = 36.73%
G = 36.88%
B = 26.38%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.28

 K value IS 0.01

RGB Variations

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

Color information

#FCFDB5 (or 0xFCFDB5) is known color: Shalimar. HEX triplet: FC, FD and B5. RGB value is (252,253,181). Sum of RGB (Red+Green+Blue) = 252+253+181=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 253 (99.22% from 255 or 36.88% from 686); Blue value is 181 (71.09% from 255 or 26.38% from 686); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB5 is #03024A. Grayscale: #F4F4F4. Windows color (decimal): -197195 or 11927036. OLE color: 11927036.

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

Color convert

RGB 252 253 181 -
CMYK 0.00 0 0.28 0.01
HSL 60.83º 0.95% 0.85% -
HSV(B) 60.83º 0.28% 0.99% -
XYZ 83.61 94.28 57.51 -
YUV 244.49 92.17 133.35 -
System Red Green Blue C M Y K H S L
Decimal 252 253 181 0.00 0 0.28 0.01 60.83 0.95 0.85
Hex FC FD B5 0 0 1C 1 3D 5F 55
Octal 374 375 265 0 0 34 1 75 137 125
Binary 11111100 11111101 10110101 0 0 11100 1 111101 1011111 1010101

Color Harmonies of #FCFDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDB5

Black with #FCFDB5

Text Example


Text Example

White with #FCFDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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