Html Css Color HEX #FBFBAC Shalimar

📋 copy color: '#FBFBAC'

red 251 ◦ green 251 ◦ blue 172

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

Shades of Shalimar #FBFBAC

Tints of Shalimar #FBFBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 25.52%

R = 37.24%
G = 37.24%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#FBFBAC (or 0xFBFBAC) is known color: Shalimar. HEX triplet: FB, FB and AC. RGB value is (251,251,172). Sum of RGB (Red+Green+Blue) = 251+251+172=674 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.24% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 172 (67.58% from 255 or 25.52% from 674); Max value from RGB is 251 - color contains mainly: red, green. Hex color #FBFBAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFBAC is #040453. Grayscale: #F2F2F2. Windows color (decimal): -263252 or 11336699. OLE color: 11336699.

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

Color convert

RGB 251 251 172 -
CMYK 0 0 0.31 0.02
HSL 60º 0.91% 0.83% -
HSV(B) 60º 0.31% 0.98% -
XYZ 81.73 92.48 52.57 -
YUV 241.99 88.5 134.42 -
System Red Green Blue C M Y K H S L
Decimal 251 251 172 0 0 0.31 0.02 60 0.91 0.83
Hex FB FB AC 0 0 1F 2 3C 5B 53
Octal 373 373 254 0 0 37 2 74 133 123
Binary 11111011 11111011 10101100 0 0 11111 10 111100 1011011 1010011

Color Harmonies of #FBFBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFBAC

Black with #FBFBAC

Text Example


Text Example

White with #FBFBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFBAC; }

 p { color: rgb(251,251,172); }

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

background-color css

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

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

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

border-color css

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

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

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