Html Css Color HEX #FBFFAC Shalimar

📋 copy color: '#FBFFAC'

red 251 ◦ green 255 ◦ blue 172

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

Shades of Shalimar #FBFFAC

Tints of Shalimar #FBFFAC

RGB

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

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

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

R = 37.02%
G = 37.61%
B = 25.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0

RGB Variations

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

Color information

#FBFFAC (or 0xFBFFAC) is known color: Shalimar. HEX triplet: FB, FF and AC. RGB value is (251,255,172). Sum of RGB (Red+Green+Blue) = 251+255+172=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 255 (100% from 255 or 37.61% from 678); Blue value is 172 (67.58% from 255 or 25.37% from 678); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFAC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FBFFAC is #040053. Grayscale: #F4F4F4. Windows color (decimal): -262228 or 11337723. OLE color: 11337723.

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

Color convert

RGB 251 255 172 -
CMYK 0.02 0 0.33 0
HSL 62.89º 1% 0.84% -
HSV(B) 62.89º 0.33% 1% -
XYZ 82.99 95.01 52.99 -
YUV 244.34 87.17 132.75 -
System Red Green Blue C M Y K H S L
Decimal 251 255 172 0.02 0 0.33 0 62.89 1 0.84
Hex FB FF AC 2 0 21 0 3F 64 54
Octal 373 377 254 2 0 41 0 77 144 124
Binary 11111011 11111111 10101100 10 0 100001 0 111111 1100100 1010100

Color Harmonies of #FBFFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBFFAC

Black with #FBFFAC

Text Example


Text Example

White with #FBFFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBFFAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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