Html Css Color HEX #FBFFA5 Shalimar

📋 copy color: '#FBFFA5'

red 251 ◦ green 255 ◦ blue 165

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

Shades of Shalimar #FBFFA5

Tints of Shalimar #FBFFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 24.59%

R = 37.41%
G = 38%
B = 24.59%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.35

 K value IS 0

RGB Variations

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

Color information

#FBFFA5 (or 0xFBFFA5) is known color: Shalimar. HEX triplet: FB, FF and A5. RGB value is (251,255,165). Sum of RGB (Red+Green+Blue) = 251+255+165=671 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.41% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 165 (64.84% from 255 or 24.59% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA5 is #04005A. Grayscale: #F3F3F3. Windows color (decimal): -262235 or 10878971. OLE color: 10878971.

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

Color convert

RGB 251 255 165 -
CMYK 0.02 0 0.35 0
HSL 62.67º 1% 0.82% -
HSV(B) 62.67º 0.35% 1% -
XYZ 82.34 94.75 49.55 -
YUV 243.54 83.67 133.32 -
System Red Green Blue C M Y K H S L
Decimal 251 255 165 0.02 0 0.35 0 62.67 1 0.82
Hex FB FF A5 2 0 23 0 3F 64 52
Octal 373 377 245 2 0 43 0 77 144 122
Binary 11111011 11111111 10100101 10 0 100011 0 111111 1100100 1010010

Color Harmonies of #FBFFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFA5

Black with #FBFFA5

Text Example


Text Example

White with #FBFFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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