#F8FDAD

Color #F8FDAD Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F8FDAD

Tints of Shalimar #F8FDAD

Color information

#F8FDAD (or 0xF8FDAD) is unknown color: approx Shalimar. HEX triplet: F8, FD and AD. RGB value is (248,253,173). Sum of RGB (Red+Green+Blue) = 248+253+173=674 (89% of max value = 765). Red value is 248 (97.27% from 255 or 36.80% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 173 (67.97% from 255 or 25.67% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDAD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDAD is #070252. Grayscale: #F2F2F2. Windows color (decimal): -459347 or 11402744. OLE color: 11402744.

HSL color Cylindrical-coordinate representation of color #F8FDAD: hue angle of 63.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 #F8FDAD is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB248253173-
CMYK0.0200.320.01
HSL63.75º95.24%83.53%-
HSV(B)63.75º31.62%99.22%-
XYZ81.3893.2253.24-
YUV242.3988.84132-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 36.80%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 173 (67.97% from 255) = 25.67%
R=36.80%
G=37.54%
B=25.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2482531730.0200.320.0163.7595.2483.53
HexF8FDAD20201405f54
Octal37037525520401100137124
Binary1111100011111101101011011001000001100000010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FDAD; }

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

 H1.HeaderClassName
 {
   color: #F8FDAD;
 }
 .AnyTagClassName
 {
   color: #F8FDAD;
 }
</style>
background-color css

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

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

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

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

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

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