Html Css Color HEX #F9FDAC Shalimar

📋 copy color: '#F9FDAC'

red 249 ◦ green 253 ◦ blue 172

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

Shades of Shalimar #F9FDAC

Tints of Shalimar #F9FDAC

RGB

 RED value IS 249 (97.66% from 255) = 36.94%

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

 BLUE value IS 172 (67.58% from 255) = 25.52%

R = 36.94%
G = 37.54%
B = 25.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#F9FDAC (or 0xF9FDAC) is known color: Shalimar. HEX triplet: F9, FD and AC. RGB value is (249,253,172). Sum of RGB (Red+Green+Blue) = 249+253+172=674 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.94% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 172 (67.58% from 255 or 25.52% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FDAC is #060253. Grayscale: #F2F2F2. Windows color (decimal): -393812 or 11337209. OLE color: 11337209.

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

Color convert

RGB 249 253 172 -
CMYK 0.02 0 0.32 0.01
HSL 62.96º 0.95% 0.83% -
HSV(B) 62.96º 0.32% 0.99% -
XYZ 81.64 93.37 52.75 -
YUV 242.57 88.17 132.59 -
System Red Green Blue C M Y K H S L
Decimal 249 253 172 0.02 0 0.32 0.01 62.96 0.95 0.83
Hex F9 FD AC 2 0 20 1 3F 5F 53
Octal 371 375 254 2 0 40 1 77 137 123
Binary 11111001 11111101 10101100 10 0 100000 1 111111 1011111 1010011

Color Harmonies of #F9FDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FDAC

Black with #F9FDAC

Text Example


Text Example

White with #F9FDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FDAC; }

 p { color: rgb(249,253,172); }

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

background-color css

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

 a { background-color: rgb(249,253,172); }

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

border-color css

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

 span { border-color: rgb(249,253,172); }

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