Html Css Color HEX #FCFDA9 Shalimar

📋 copy color: '#FCFDA9'

red 252 ◦ green 253 ◦ blue 169

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

Shades of Shalimar #FCFDA9

Tints of Shalimar #FCFDA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 25.07%

R = 37.39%
G = 37.54%
B = 25.07%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.01

RGB Variations

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

Color information

#FCFDA9 (or 0xFCFDA9) is known color: Shalimar. HEX triplet: FC, FD and A9. RGB value is (252,253,169). Sum of RGB (Red+Green+Blue) = 252+253+169=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 169 (66.41% from 255 or 25.07% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA9 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA9 is #030256. Grayscale: #F3F3F3. Windows color (decimal): -197207 or 11140604. OLE color: 11140604.

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

Color convert

RGB 252 253 169 -
CMYK 0.00 0 0.33 0.01
HSL 60.71º 0.95% 0.83% -
HSV(B) 60.71º 0.33% 0.99% -
XYZ 82.43 93.81 51.3 -
YUV 243.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 252 253 169 0.00 0 0.33 0.01 60.71 0.95 0.83
Hex FC FD A9 0 0 21 1 3D 5F 53
Octal 374 375 251 0 0 41 1 75 137 123
Binary 11111100 11111101 10101001 0 0 100001 1 111101 1011111 1010011

Color Harmonies of #FCFDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDA9

Black with #FCFDA9

Text Example


Text Example

White with #FCFDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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