Html Css Color HEX #FCFDA4 Shalimar

📋 copy color: '#FCFDA4'

red 252 ◦ green 253 ◦ blue 164

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

Shades of Shalimar #FCFDA4

Tints of Shalimar #FCFDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 24.51%

R = 37.67%
G = 37.82%
B = 24.51%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#FCFDA4 (or 0xFCFDA4) is known color: Shalimar. HEX triplet: FC, FD and A4. RGB value is (252,253,164). Sum of RGB (Red+Green+Blue) = 252+253+164=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 164 (64.45% from 255 or 24.51% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDA4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDA4 is #03025B. Grayscale: #F2F2F2. Windows color (decimal): -197212 or 10812924. OLE color: 10812924.

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

Color convert

RGB 252 253 164 -
CMYK 0.00 0 0.35 0.01
HSL 60.67º 0.96% 0.82% -
HSV(B) 60.67º 0.35% 0.99% -
XYZ 81.97 93.63 48.87 -
YUV 242.56 83.67 134.74 -
System Red Green Blue C M Y K H S L
Decimal 252 253 164 0.00 0 0.35 0.01 60.67 0.96 0.82
Hex FC FD A4 0 0 23 1 3D 60 52
Octal 374 375 244 0 0 43 1 75 140 122
Binary 11111100 11111101 10100100 0 0 100011 1 111101 1100000 1010010

Color Harmonies of #FCFDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDA4

Black with #FCFDA4

Text Example


Text Example

White with #FCFDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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