Html Css Color HEX #F8FDA8 Shalimar

📋 copy color: '#F8FDA8'

red 248 ◦ green 253 ◦ blue 168

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

Shades of Shalimar #F8FDA8

Tints of Shalimar #F8FDA8

RGB

 RED value IS 248 (97.27% from 255) = 37.07%

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

 BLUE value IS 168 (66.02% from 255) = 25.11%

R = 37.07%
G = 37.82%
B = 25.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.01

RGB Variations

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

Color information

#F8FDA8 (or 0xF8FDA8) is known color: Shalimar. HEX triplet: F8, FD and A8. RGB value is (248,253,168). Sum of RGB (Red+Green+Blue) = 248+253+168=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 168 (66.02% from 255 or 25.11% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8FDA8 is #070257. Grayscale: #F2F2F2. Windows color (decimal): -459352 or 11075064. OLE color: 11075064.

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

Color convert

RGB 248 253 168 -
CMYK 0.02 0 0.34 0.01
HSL 63.53º 0.96% 0.83% -
HSV(B) 63.53º 0.34% 0.99% -
XYZ 80.9 93.03 50.74 -
YUV 241.82 86.34 132.41 -
System Red Green Blue C M Y K H S L
Decimal 248 253 168 0.02 0 0.34 0.01 63.53 0.96 0.83
Hex F8 FD A8 2 0 22 1 40 60 53
Octal 370 375 250 2 0 42 1 100 140 123
Binary 11111000 11111101 10101000 10 0 100010 1 1000000 1100000 1010011

Color Harmonies of #F8FDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8FDA8

Black with #F8FDA8

Text Example


Text Example

White with #F8FDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8FDA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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