Html Css Color HEX #FCFDB2 Shalimar

📋 copy color: '#FCFDB2'

red 252 ◦ green 253 ◦ blue 178

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

Shades of Shalimar #FCFDB2

Tints of Shalimar #FCFDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 26.06%

R = 36.9%
G = 37.04%
B = 26.06%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#FCFDB2 (or 0xFCFDB2) is known color: Shalimar. HEX triplet: FC, FD and B2. RGB value is (252,253,178). Sum of RGB (Red+Green+Blue) = 252+253+178=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 178 (69.92% from 255 or 26.06% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDB2 is #03024D. Grayscale: #F4F4F4. Windows color (decimal): -197198 or 11730428. OLE color: 11730428.

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

Color convert

RGB 252 253 178 -
CMYK 0.00 0 0.30 0.01
HSL 60.8º 0.95% 0.85% -
HSV(B) 60.8º 0.3% 0.99% -
XYZ 83.31 94.16 55.9 -
YUV 244.15 90.67 133.6 -
System Red Green Blue C M Y K H S L
Decimal 252 253 178 0.00 0 0.30 0.01 60.8 0.95 0.85
Hex FC FD B2 0 0 1E 1 3D 5F 55
Octal 374 375 262 0 0 36 1 75 137 125
Binary 11111100 11111101 10110010 0 0 11110 1 111101 1011111 1010101

Color Harmonies of #FCFDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDB2

Black with #FCFDB2

Text Example


Text Example

White with #FCFDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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