Html Css Color HEX #FBFFA8 Shalimar

📋 copy color: '#FBFFA8'

red 251 ◦ green 255 ◦ blue 168

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

Shades of Shalimar #FBFFA8

Tints of Shalimar #FBFFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 24.93%

R = 37.24%
G = 37.83%
B = 24.93%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0

RGB Variations

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

Color information

#FBFFA8 (or 0xFBFFA8) is known color: Shalimar. HEX triplet: FB, FF and A8. RGB value is (251,255,168). Sum of RGB (Red+Green+Blue) = 251+255+168=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 168 (66.02% from 255 or 24.93% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFA8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFA8 is #040057. Grayscale: #F4F4F4. Windows color (decimal): -262232 or 11075579. OLE color: 11075579.

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

Color convert

RGB 251 255 168 -
CMYK 0.02 0 0.34 0
HSL 62.76º 1% 0.83% -
HSV(B) 62.76º 0.34% 1% -
XYZ 82.61 94.86 51 -
YUV 243.89 85.17 133.07 -
System Red Green Blue C M Y K H S L
Decimal 251 255 168 0.02 0 0.34 0 62.76 1 0.83
Hex FB FF A8 2 0 22 0 3F 64 53
Octal 373 377 250 2 0 42 0 77 144 123
Binary 11111011 11111111 10101000 10 0 100010 0 111111 1100100 1010011

Color Harmonies of #FBFFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFA8

Black with #FBFFA8

Text Example


Text Example

White with #FBFFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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