Html Css Color HEX #FBFFB2 Shalimar

📋 copy color: '#FBFFB2'

red 251 ◦ green 255 ◦ blue 178

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

Shades of Shalimar #FBFFB2

Tints of Shalimar #FBFFB2

RGB

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

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

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

R = 36.7%
G = 37.28%
B = 26.02%

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

#FBFFB2 (or 0xFBFFB2) is known color: Shalimar. HEX triplet: FB, FF and B2. RGB value is (251,255,178). Sum of RGB (Red+Green+Blue) = 251+255+178=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 178 (69.92% from 255 or 26.02% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFB2 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFB2 is #04004D. Grayscale: #F5F5F5. Windows color (decimal): -262222 or 11730939. OLE color: 11730939.

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

Color convert

RGB 251 255 178 -
CMYK 0.02 0 0.30 0
HSL 63.12º 1% 0.85% -
HSV(B) 63.12º 0.3% 1% -
XYZ 83.58 95.24 56.1 -
YUV 245.03 90.17 132.26 -
System Red Green Blue C M Y K H S L
Decimal 251 255 178 0.02 0 0.30 0 63.12 1 0.85
Hex FB FF B2 2 0 1E 0 3F 64 55
Octal 373 377 262 2 0 36 0 77 144 125
Binary 11111011 11111111 10110010 10 0 11110 0 111111 1100100 1010101

Color Harmonies of #FBFFB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFB2

Black with #FBFFB2

Text Example


Text Example

White with #FBFFB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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