Html Css Color HEX #FCFDB3 Shalimar

📋 copy color: '#FCFDB3'

red 252 ◦ green 253 ◦ blue 179

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

Shades of Shalimar #FCFDB3

Tints of Shalimar #FCFDB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 26.17%

R = 36.84%
G = 36.99%
B = 26.17%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#FCFDB3 (or 0xFCFDB3) is known color: Shalimar. HEX triplet: FC, FD and B3. RGB value is (252,253,179). Sum of RGB (Red+Green+Blue) = 252+253+179=684 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.84% from 684); Green value is 253 (99.22% from 255 or 36.99% from 684); Blue value is 179 (70.31% from 255 or 26.17% from 684); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFDB3 is #03024C. Grayscale: #F4F4F4. Windows color (decimal): -197197 or 11795964. OLE color: 11795964.

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

Color convert

RGB 252 253 179 -
CMYK 0.00 0 0.29 0.01
HSL 60.81º 0.95% 0.85% -
HSV(B) 60.81º 0.29% 0.99% -
XYZ 83.41 94.2 56.43 -
YUV 244.27 91.17 133.52 -
System Red Green Blue C M Y K H S L
Decimal 252 253 179 0.00 0 0.29 0.01 60.81 0.95 0.85
Hex FC FD B3 0 0 1D 1 3D 5F 55
Octal 374 375 263 0 0 35 1 75 137 125
Binary 11111100 11111101 10110011 0 0 11101 1 111101 1011111 1010101

Color Harmonies of #FCFDB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDB3

Black with #FCFDB3

Text Example


Text Example

White with #FCFDB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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