Html Css Color HEX #FBFCAC Shalimar

📋 copy color: '#FBFCAC'

red 251 ◦ green 252 ◦ blue 172

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

Shades of Shalimar #FBFCAC

Tints of Shalimar #FBFCAC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.33%

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

R = 37.19%
G = 37.33%
B = 25.48%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.32

 K value IS 0.01

RGB Variations

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

Color information

#FBFCAC (or 0xFBFCAC) is known color: Shalimar. HEX triplet: FB, FC and AC. RGB value is (251,252,172). Sum of RGB (Red+Green+Blue) = 251+252+172=675 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.19% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 172 (67.58% from 255 or 25.48% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #FBFCAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFCAC is #040353. Grayscale: #F2F2F2. Windows color (decimal): -262996 or 11336955. OLE color: 11336955.

HSL color Cylindrical-coordinate representation of color #FBFCAC: hue angle of 60.75º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FBFCAC is Cyan = 0.00, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB 251 252 172 -
CMYK 0.00 0 0.32 0.01
HSL 60.75º 0.93% 0.83% -
HSV(B) 60.75º 0.32% 0.99% -
XYZ 82.04 93.11 52.68 -
YUV 242.58 88.17 134 -
System Red Green Blue C M Y K H S L
Decimal 251 252 172 0.00 0 0.32 0.01 60.75 0.93 0.83
Hex FB FC AC 0 0 20 1 3D 5D 53
Octal 373 374 254 0 0 40 1 75 135 123
Binary 11111011 11111100 10101100 0 0 100000 1 111101 1011101 1010011

Color Harmonies of #FBFCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFCAC

Black with #FBFCAC

Text Example


Text Example

White with #FBFCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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