Html Css Color HEX #FCFDAD Shalimar

📋 copy color: '#FCFDAD'

red 252 ◦ green 253 ◦ blue 173

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

Shades of Shalimar #FCFDAD

Tints of Shalimar #FCFDAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 25.52%

R = 37.17%
G = 37.32%
B = 25.52%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FCFDAD (or 0xFCFDAD) is known color: Shalimar. HEX triplet: FC, FD and AD. RGB value is (252,253,173). Sum of RGB (Red+Green+Blue) = 252+253+173=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 253 (99.22% from 255 or 37.32% from 678); Blue value is 173 (67.97% from 255 or 25.52% from 678); Max value from RGB is 253 - color contains mainly: green. Hex color #FCFDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCFDAD is #030252. Grayscale: #F3F3F3. Windows color (decimal): -197203 or 11402748. OLE color: 11402748.

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

Color convert

RGB 252 253 173 -
CMYK 0.00 0 0.32 0.01
HSL 60.75º 0.95% 0.84% -
HSV(B) 60.75º 0.32% 0.99% -
XYZ 82.81 93.96 53.31 -
YUV 243.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 252 253 173 0.00 0 0.32 0.01 60.75 0.95 0.84
Hex FC FD AD 0 0 20 1 3D 5F 54
Octal 374 375 255 0 0 40 1 75 137 124
Binary 11111100 11111101 10101101 0 0 100000 1 111101 1011111 1010100

Color Harmonies of #FCFDAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCFDAD

Black with #FCFDAD

Text Example


Text Example

White with #FCFDAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCFDAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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