Html Css Color HEX #F9FBB2 Shalimar

📋 copy color: '#F9FBB2'

red 249 ◦ green 251 ◦ blue 178

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

Shades of Shalimar #F9FBB2

Tints of Shalimar #F9FBB2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 37.02%

 BLUE value IS 178 (69.92% from 255) = 26.25%

R = 36.73%
G = 37.02%
B = 26.25%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F9FBB2 (or 0xF9FBB2) is known color: Shalimar. HEX triplet: F9, FB and B2. RGB value is (249,251,178). Sum of RGB (Red+Green+Blue) = 249+251+178=678 (89% of max value = 765). Red value is 249 (97.66% from 255 or 36.73% from 678); Green value is 251 (98.44% from 255 or 37.02% from 678); Blue value is 178 (69.92% from 255 or 26.25% from 678); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FBB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9FBB2 is #06044D. Grayscale: #F2F2F2. Windows color (decimal): -394318 or 11729913. OLE color: 11729913.

HSL color Cylindrical-coordinate representation of color #F9FBB2: hue angle of 61.64º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F9FBB2 is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 251 178 -
CMYK 0.01 0 0.29 0.02
HSL 61.64º 0.9% 0.84% -
HSV(B) 61.64º 0.29% 0.98% -
XYZ 81.6 92.35 55.64 -
YUV 242.08 91.84 132.94 -
System Red Green Blue C M Y K H S L
Decimal 249 251 178 0.01 0 0.29 0.02 61.64 0.9 0.84
Hex F9 FB B2 1 0 1D 2 3E 5A 54
Octal 371 373 262 1 0 35 2 76 132 124
Binary 11111001 11111011 10110010 1 0 11101 10 111110 1011010 1010100

Color Harmonies of #F9FBB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9FBB2

Black with #F9FBB2

Text Example


Text Example

White with #F9FBB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9FBB2; }

 p { color: rgb(249,251,178); }

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

background-color css

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

 a { background-color: rgb(249,251,178); }

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

border-color css

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

 span { border-color: rgb(249,251,178); }

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