Html Css Color HEX #FBFFB3 Shalimar

📋 copy color: '#FBFFB3'

red 251 ◦ green 255 ◦ blue 179

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

Shades of Shalimar #FBFFB3

Tints of Shalimar #FBFFB3

RGB

 RED value IS 251 (98.44% from 255) = 36.64%

 GREEN value IS 255 (100% from 255) = 37.23%

 BLUE value IS 179 (70.31% from 255) = 26.13%

R = 36.64%
G = 37.23%
B = 26.13%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FBFFB3 (or 0xFBFFB3) is known color: Shalimar. HEX triplet: FB, FF and B3. RGB value is (251,255,179). Sum of RGB (Red+Green+Blue) = 251+255+179=685 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.64% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 179 (70.31% from 255 or 26.13% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFB3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFB3 is #04004C. Grayscale: #F5F5F5. Windows color (decimal): -262221 or 11796475. OLE color: 11796475.

HSL color Cylindrical-coordinate representation of color #FBFFB3: hue angle of 63.16º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBFFB3 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.

Color convert

RGB 251 255 179 -
CMYK 0.02 0 0.30 0
HSL 63.16º 1% 0.85% -
HSV(B) 63.16º 0.3% 1% -
XYZ 83.68 95.28 56.63 -
YUV 245.14 90.67 132.18 -
System Red Green Blue C M Y K H S L
Decimal 251 255 179 0.02 0 0.30 0 63.16 1 0.85
Hex FB FF B3 2 0 1E 0 3F 64 55
Octal 373 377 263 2 0 36 0 77 144 125
Binary 11111011 11111111 10110011 10 0 11110 0 111111 1100100 1010101

Color Harmonies of #FBFFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFB3

Black with #FBFFB3

Text Example


Text Example

White with #FBFFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFB3; }

 p { color: rgb(251,255,179); }

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

background-color css

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

 a { background-color: rgb(251,255,179); }

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

border-color css

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

 span { border-color: rgb(251,255,179); }

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